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.
2 parents 0f3d6d8 + ead4f7a commit 4c2cf6dCopy full SHA for 4c2cf6d
exercises/error_handling/option1.rs
@@ -24,7 +24,7 @@ mod tests {
24
25
#[test]
26
fn should_not_panic() {
27
- assert!(pop_too_much(), true);
+ assert!(pop_too_much());
28
}
29
30
0 commit comments