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 4af381d commit a2e54d8Copy full SHA for a2e54d8
src/lib.rs
@@ -15,7 +15,7 @@
15
//! interact with. The contained stringy value is ambiguous, and can represent either a precise
16
//! [`InfoHash`](crate::hash::InfoHash) or a libtorrent-compatible [`TorrentID`](crate::id::TorrentID) (truncated hash).
17
18
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
19
#![allow(rustdoc::redundant_explicit_links)]
20
21
#[macro_use]
0 commit comments