Skip to content

Commit

Permalink
fix wasm feature use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Sep 24, 2023
1 parent 4c27eb4 commit dcf5fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/repl/headless.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use wasm_bindgen::prelude::*;
use std::rc::Rc;

use crate::lang::{CallStack, Context, Environment, RSignal, Cond};
use crate::lang::{CallStack, Context, RSignal, Cond};
use crate::object::Environment;
use pest::Parser;
use crate::parser::{RParser, parse, Rule};
use super::release::session_header;
Expand Down

0 comments on commit dcf5fe4

Please sign in to comment.