Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c8f7c6

Browse files
docs: replace auto_doc_cfg (#237)
1 parent 66afc93 commit 1c8f7c6

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)

AltStyle によって変換されたページ (->オリジナル) /