Skip to content

Commit 46843df

Browse files
committed
Add doc auto cfg to show features in the documentation
1 parent d9108c9 commit 46843df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Implementation of [multiaddr](https://github.com/multiformats/multiaddr) in Rust.
2+
#![cfg_attr(doc, feature(doc_auto_cfg))]
23

34
pub use multihash;
45

0 commit comments

Comments
 (0)