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 4808b5b commit ead4f7aCopy full SHA for ead4f7a
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