Update allow_attributes_without_reason.rs
This commit is contained in:
parent
70553711ae
commit
b469e8ce21
|
@ -31,7 +31,7 @@ fn main() {
|
|||
|
||||
// Make sure this is not triggered on `?` desugaring
|
||||
|
||||
pub fn trigger_fp_option() -> Option<()>{
|
||||
pub fn trigger_fp_option() -> Option<()> {
|
||||
Some(())?;
|
||||
None?;
|
||||
Some(())
|
||||
|
|
Loading…
Reference in New Issue