Update allow_attributes_without_reason.rs

This commit is contained in:
Centri3 2023-06-03 18:35:53 -05:00
parent 70553711ae
commit b469e8ce21
1 changed files with 1 additions and 1 deletions

View File

@ -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(())