Skip to content

Commit 9420d5c

Browse files
Fix: Implement missing import for wasm build.
1 parent 6d3bd9a commit 9420d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/modules/parser/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// parser/types.rs
22

3-
use alloc::{string::{String, ToString}, vec::Vec};
3+
use alloc::{string::{String, ToString}, vec, vec::Vec, format};
44
use hashbrown::HashMap;
55

66
pub(crate) const MAX_EXPR_DEPTH: usize = 200;

0 commit comments

Comments
 (0)