We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1429f7 commit fec711bCopy full SHA for fec711b
src/arbitrary.rs
@@ -20,8 +20,4 @@ where
20
fn size_hint(depth: usize) -> (usize, Option<usize>) {
21
String::size_hint(depth)
22
}
23
-
24
- // fn shrink(&self) -> Box<dyn Iterator<Item = Self>> {
25
- // Box::new(self.to_string().shrink().map(Self::from))
26
- // }
27
0 commit comments