no_std fixes.

This commit is contained in:
Dan Gohman
2018-12-12 13:00:53 -08:00
parent bc4333d857
commit eba0f9925a
3 changed files with 3 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ pub use resolver::{NullResolver, Resolver};
#[cfg(not(feature = "std"))]
mod std {
pub use alloc::{string, vec};
pub use alloc::{boxed, rc, string, vec};
pub use core::*;
pub use core::{i32, str, u32};
}