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 b5fa142 commit 6cea3eaCopy full SHA for 6cea3ea
axum-extra/src/lib.rs
@@ -36,7 +36,7 @@
36
//!
37
//! [`axum`]: https://crates.io/crates/axum
38
39
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
40
#![cfg_attr(test, allow(clippy::float_cmp))]
41
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
42
axum/src/lib.rs
@@ -427,7 +427,7 @@
427
//! [`axum-core`]: http://crates.io/crates/axum-core
428
//! [`State`]: crate::extract::State
429
430
-#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
431
432
433
0 commit comments