We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_auto_cfg
doc_cfg
1 parent 611cf1b commit 46ca2e0Copy full SHA for 46ca2e0
1 file changed
src/lib.rs
@@ -81,7 +81,7 @@
81
//! [`zerocopy::byteorder`]: https://docs.rs/zerocopy/0.7/zerocopy/byteorder/index.html
82
83
#![no_std]
84
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
85
#![warn(missing_docs)]
86
#![warn(rust_2018_idioms)]
87
0 commit comments