Skip to content

Commit 1613987

Browse files
committed
Remove Copy from StdRng
1 parent 2fb08f4 commit 1613987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ pub struct Closed01<F>(pub F);
727727

728728
/// The standard RNG. This is designed to be efficient on the current
729729
/// platform.
730-
#[derive(Copy, Clone, Debug)]
730+
#[derive(Clone, Debug)]
731731
pub struct StdRng {
732732
rng: IsaacWordRng,
733733
}

0 commit comments

Comments
 (0)