Skip to content

Commit

Permalink
Merge pull request #2 from petrochenkov/master
Browse files Browse the repository at this point in the history
Fix a private-in-public error
  • Loading branch information
TimNN committed Sep 4, 2016
2 parents 7862498 + 231fdb6 commit 0787ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub trait ShuffledIterGen<T>: Rng {
}

#[derive(Copy, Clone)]
struct Slice<'a, T: 'a> {
pub struct Slice<'a, T: 'a> {
iter: SI,
slice: &'a [T],
}
Expand Down

0 comments on commit 0787ff6

Please sign in to comment.