We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b079a5 commit 68e6a9eCopy full SHA for 68e6a9e
src/lib.rs
@@ -31,6 +31,7 @@
31
//! assert_eq!(&s[n..], "foo");
32
//! ```
33
34
+#![cfg_attr(not(feature = "std"), no_std)]
35
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
36
#![allow(
37
clippy::cast_possible_truncation,
0 commit comments