Skip to content

Commit a9c0e28

Browse files
authored
Merge pull request #33 from rust-random/doc_cfg
remove doc_auto_cfg
2 parents 67fdd80 + aab2917 commit a9c0e28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
)]
2222
#![allow(clippy::neg_cmp_op_on_partial_ord)] // suggested fix too verbose
2323
#![no_std]
24-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2524

2625
//! Generating random samples from probability distributions.
2726
//!

0 commit comments

Comments
 (0)