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 715b50e commit 48c4482Copy full SHA for 48c4482
src/lib.rs
@@ -25,7 +25,7 @@
25
// Enable extra lints:
26
#![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))]
27
#![deny(missing_copy_implementations, safe_packed_borrows)]
28
-#![no_std]
+#![cfg_attr(not(feature = "rustc-dep-of-std"), no_std)]
29
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
30
#![cfg_attr(
31
any(feature = "rustc-dep-of-std", target_os = "redox"),
0 commit comments