Small fixups.

This commit is contained in:
Stephen Chung
2020-07-20 23:23:12 +08:00
parent a5fa8322e9
commit e8b6d0143d
6 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ use crate::token::Position;
use crate::parser::FLOAT;
#[cfg(not(feature = "no_float"))]
#[cfg(feature = "no_std")]
use num_traits::*;
use crate::stdlib::{boxed::Box, format, i32, i64};