Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hide SampleRange trait from docs
  • Loading branch information
Ulrik Sverdrup committed Jul 1, 2015
1 parent 9cc0b22 commit 7dc50b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librand/distributions/range.rs
Expand Up @@ -58,6 +58,7 @@ impl<Sup: SampleRange> IndependentSample<Sup> for Range<Sup> {
/// The helper trait for types that have a sensible way to sample
/// uniformly between two values. This should not be used directly,
/// and is only to facilitate `Range`.
#[doc(hidden)]
pub trait SampleRange {
/// Construct the `Range` object that `sample_range`
/// requires. This should not ever be called directly, only via
Expand Down

0 comments on commit 7dc50b1

Please sign in to comment.