Skip to content

Commit

Permalink
Add clippy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Mar 6, 2024
1 parent 4ef46b1 commit 98c4028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/distributions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ use crate::Rng;
/// The [`Standard`] distribution may be implemented for user types as follows:
///
/// ```
/// # #![allow(dead_code, non_local_definitions)]
/// # #![allow(dead_code)]
/// # #![allow(clippy::non_local_definitions)]
/// use rand::Rng;
/// use rand::distributions::{Distribution, Standard};
///
Expand Down

0 comments on commit 98c4028

Please sign in to comment.