Skip to content

Commit d1b55be

Browse files
authored
docs: Remove doc_auto_cfg config (#840)
1 parent 9d876c0 commit d1b55be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tower/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![forbid(unsafe_code)]
88
#![allow(elided_lifetimes_in_paths, clippy::type_complexity)]
99
#![cfg_attr(test, allow(clippy::float_cmp))]
10-
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
10+
#![cfg_attr(docsrs, feature(doc_cfg))]
1111
// `rustdoc::broken_intra_doc_links` is checked on CI
1212

1313
//! `async fn(Request) -> Result<Response, Error>`

0 commit comments

Comments
 (0)