Skip to content

Commit 698ebe0

Browse files
committed
Fix a clippy warning
1 parent fcc5baf commit 698ebe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rand_distr/src/skew_normal.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ use rand::Rng;
4040
/// [skew normal distribution]: https://en.wikipedia.org/wiki/Skew_normal_distribution
4141
/// [`Normal`]: struct.Normal.html
4242
/// [A Method to Simulate the Skew Normal Distribution]:
43-
/// Ghorbanzadeh, D. , Jaupi, L. and Durand, P. (2014)
44-
/// [A Method to Simulate the Skew Normal Distribution](https://dx.doi.org/10.4236/am.2014.513201).
45-
/// Applied Mathematics, 5, 2073-2076.
43+
/// Ghorbanzadeh, D. , Jaupi, L. and Durand, P. (2014)
44+
/// [A Method to Simulate the Skew Normal Distribution](https://dx.doi.org/10.4236/am.2014.513201).
45+
/// Applied Mathematics, 5, 2073-2076.
4646
#[derive(Clone, Copy, Debug)]
4747
#[cfg_attr(feature = "serde1", derive(serde::Serialize, serde::Deserialize))]
4848
pub struct SkewNormal<F>

0 commit comments

Comments
 (0)