Skip to content

Commit 96e8eb3

Browse files
Added import of vec macro for the thumbv6m-none-eabi target
1 parent 9ef033f commit 96e8eb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ast/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use alloc::{
2121
boxed::Box,
2222
format,
23+
vec,
2324
string::{String, ToString},
2425
vec::Vec,
2526
};

0 commit comments

Comments
 (0)