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.
2 parents 1a4859a + 1c8f7c6 commit 33e90d6Copy full SHA for 33e90d6
.github/workflows/CI.yml
@@ -119,4 +119,4 @@ jobs:
119
steps:
120
- uses: actions/checkout@v4
121
- uses: dtolnay/rust-toolchain@nightly
122
- - run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken-intra-doc-links
+ - run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken_intra_doc_links
src/lib.rs
@@ -1,5 +1,5 @@
1
#![deny(missing_docs)]
2
-#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
3
4
//! Utilities for working with hyper.
5
//!
0 commit comments