Skip to content

Commit b889bcd

Browse files
survivedmikelodder7
authored andcommitted
Replace doc_auto_cfg nightly feature with doc_cfg
Signed-off-by: Denis Varlakov <[email protected]>
1 parent 71eaa76 commit b889bcd

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
@@ -7,7 +7,7 @@
77
trivial_casts,
88
trivial_numeric_casts
99
)]
10-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
10+
#![cfg_attr(docsrs, feature(doc_cfg))]
1111
#![no_std]
1212

1313
//! A crate for generating large prime numbers, suitable for cryptography.

0 commit comments

Comments
 (0)