Skip to content

Commit 6cea3ea

Browse files
authored
Remove usage of the doc_auto_cfg feature (#3505)
1 parent b5fa142 commit 6cea3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

axum-extra/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! [`axum`]: https://crates.io/crates/axum
3838
39-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
39+
#![cfg_attr(docsrs, feature(doc_cfg))]
4040
#![cfg_attr(test, allow(clippy::float_cmp))]
4141
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
4242

axum/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
//! [`axum-core`]: http://crates.io/crates/axum-core
428428
//! [`State`]: crate::extract::State
429429
430-
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
430+
#![cfg_attr(docsrs, feature(doc_cfg))]
431431
#![cfg_attr(test, allow(clippy::float_cmp))]
432432
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
433433

0 commit comments

Comments
 (0)