Fix no_std.

This commit is contained in:
Stephen Chung
2020-06-26 23:24:47 +08:00
parent 588150e217
commit 04d2fb5001
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ use crate::stdlib::{
any::TypeId,
boxed::Box,
collections::HashMap,
fmt,
fmt, format,
iter::empty,
mem,
num::NonZeroUsize,