Skip to content

Commit a2e54d8

Browse files
committed
meta: doc_auto_cfg does not exist anymore
1 parent 4af381d commit a2e54d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! interact with. The contained stringy value is ambiguous, and can represent either a precise
1616
//! [`InfoHash`](crate::hash::InfoHash) or a libtorrent-compatible [`TorrentID`](crate::id::TorrentID) (truncated hash).
1717
18-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
18+
#![cfg_attr(docsrs, feature(doc_cfg))]
1919
#![allow(rustdoc::redundant_explicit_links)]
2020

2121
#[macro_use]

0 commit comments

Comments
 (0)