Skip to content

Commit

Permalink
fix feature typo (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihciah committed Jun 2, 2023
1 parent 33a872a commit a747b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributions/distribution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ where
{
}

#[cfg(features = "nightly")]
#[cfg(feature = "nightly")]
impl<D, R, T> iter::TrustedLen for DistIter<D, R, T>
where
D: Distribution<T>,
Expand Down

0 comments on commit a747b1d

Please sign in to comment.