Unbreak no_std

This commit is contained in:
John-John Tedro
2020-07-25 09:14:39 +02:00
parent 333c4e3a2e
commit 261273bac3
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ use crate::token::{is_valid_identifier, Position, Token};
use crate::utils::StaticVec;
use crate::stdlib::{
fmt,
boxed::Box,
fmt, format,
rc::Rc,
string::{String, ToString},
sync::Arc,