Skip to content

Commit fec711b

Browse files
tsheinenbodil
authored andcommitted
remove commented out arbitrary shrink function
1 parent f1429f7 commit fec711b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/arbitrary.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ where
2020
fn size_hint(depth: usize) -> (usize, Option<usize>) {
2121
String::size_hint(depth)
2222
}
23-
24-
// fn shrink(&self) -> Box<dyn Iterator<Item = Self>> {
25-
// Box::new(self.to_string().shrink().map(Self::from))
26-
// }
2723
}

0 commit comments

Comments
 (0)