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 4996f29 commit 51b84a7Copy full SHA for 51b84a7
src/lib.rs
@@ -221,6 +221,7 @@
221
//! features = ["std"]
222
//! ```
223
224
+#![cfg_attr(not(feature = "std"), no_std)]
225
#![cfg_attr(feature = "docs", feature(doc_cfg))]
226
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
227
#![allow(clippy::mutex_atomic, clippy::module_inception)]
0 commit comments