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 a3247f8 commit f7261aaCopy full SHA for f7261aa
src/lib.rs
@@ -94,7 +94,7 @@
94
//! [issues]: https://github.com/nicholasbishop/ext4-view-rs/issues
95
96
#![cfg_attr(not(any(feature = "std", test)), no_std)]
97
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
98
#![forbid(unsafe_code)]
99
#![warn(
100
clippy::arithmetic_side_effects,
0 commit comments