We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fdcdca + 86c93dd commit b1f7003Copy full SHA for b1f7003
src/lib.rs
@@ -35,6 +35,7 @@
35
//! assert_eq!(&s[n..], "foo");
36
//! ```
37
38
+#![cfg_attr(not(feature = "std"), no_std)]
39
#![allow(unused_unsafe)]
40
#![warn(unsafe_op_in_unsafe_fn)]
41
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
0 commit comments