We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e78ab78 + 8f9e75d commit 88e2f4dCopy full SHA for 88e2f4d
examples/derive.rs
@@ -36,7 +36,7 @@ fn verbose() -> impl Parser<usize> {
36
}
37
38
fn positive(input: &u32) -> bool {
39
- *input > 1
+ *input > 0
40
41
42
fn main() {
0 commit comments