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 3c9fd52 commit 0636531Copy full SHA for 0636531
src/lib.rs
@@ -1,6 +1,6 @@
1
#![doc = include_str!("../README.md")]
2
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
3
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
4
5
#[macro_use]
6
extern crate tracing;
0 commit comments