mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
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
Block a user