Skip to content

Commit 33e90d6

Browse files
authored
Merge branch 'master' into perf
2 parents 1a4859a + 1c8f7c6 commit 33e90d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@v4
121121
- uses: dtolnay/rust-toolchain@nightly
122-
- run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken-intra-doc-links
122+
- run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken_intra_doc_links

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(missing_docs)]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33

44
//! Utilities for working with hyper.
55
//!

0 commit comments

Comments
 (0)