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 67fdd80 commit aab2917Copy full SHA for aab2917
src/lib.rs
@@ -21,7 +21,6 @@
21
)]
22
#![allow(clippy::neg_cmp_op_on_partial_ord)] // suggested fix too verbose
23
#![no_std]
24
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
25
26
//! Generating random samples from probability distributions.
27
//!
0 commit comments