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 6ee0e22 commit 8be7050Copy full SHA for 8be7050
tests/ui/question_mark.rs
@@ -19,7 +19,7 @@ fn some_other_func(a: Option<u32>) -> Option<u32> {
19
if a.is_none() {
20
return None;
21
} else {
22
- return Some(0);
+ return Some(0);
23
}
24
unreachable!()
25
0 commit comments