We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7055371 commit b469e8cCopy full SHA for b469e8c
tests/ui/allow_attributes_without_reason.rs
@@ -31,7 +31,7 @@ fn main() {
31
32
// Make sure this is not triggered on `?` desugaring
33
34
-pub fn trigger_fp_option() -> Option<()>{
+pub fn trigger_fp_option() -> Option<()> {
35
Some(())?;
36
None?;
37
Some(())
0 commit comments