We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5c45 commit 2c97416Copy full SHA for 2c97416
src/lib.rs
@@ -246,7 +246,7 @@
246
247
#[cfg(test)] #[macro_use] extern crate log;
248
249
-#[cfg(not(feature="no_std"))] extern crate core;
+#[cfg(not(feature="no_std"))] extern crate std as core;
250
#[cfg(feature="no_std")] extern crate core_io as io;
251
#[cfg(feature="no_std")] extern crate alloc;
252
#[cfg(feature="no_std")] extern crate collections;
0 commit comments