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.
1 parent 9d876c0 commit d1b55beCopy full SHA for d1b55be
tower/src/lib.rs
@@ -7,7 +7,7 @@
7
#![forbid(unsafe_code)]
8
#![allow(elided_lifetimes_in_paths, clippy::type_complexity)]
9
#![cfg_attr(test, allow(clippy::float_cmp))]
10
-#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
11
// `rustdoc::broken_intra_doc_links` is checked on CI
12
13
//! `async fn(Request) -> Result<Response, Error>`
0 commit comments