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.
doc_auto_cfg
1 parent 39b0202 commit 7e66ffcCopy full SHA for 7e66ffc
src/lib.rs
@@ -2,7 +2,7 @@
2
#![deny(missing_debug_implementations)]
3
#![warn(clippy::must_use_candidate)]
4
#![allow(clippy::doc_markdown, clippy::module_name_repetitions)]
5
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
6
#![doc = include_str!("../README.md")]
7
//!
8
//! ## Note
0 commit comments