Skip to content

Commit

Permalink
Minor fixes to remove unnecessary 'cargo doc' warnings (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
JOE1994 committed May 16, 2020
1 parent bf8b5a9 commit 6a5f0d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rand_distr/src/weighted/alias_method.rs
Expand Up @@ -58,8 +58,7 @@ use rand::Rng;
/// }
/// ```
///
/// [`WeightedIndex<W>`]: crate::distributions::weighted::alias_method::WeightedIndex
/// [`Weight`]: crate::distributions::weighted::alias_method::Weight
/// [`WeightedIndex<W>`]: WeightedIndex
/// [`Vec<u32>`]: Vec
/// [`Uniform<u32>::sample`]: Distribution::sample
/// [`Uniform<W>::sample`]: Distribution::sample
Expand Down

0 comments on commit 6a5f0d4

Please sign in to comment.