From b469e8ce218cc48b723aa0e49f53b1690eee23d1 Mon Sep 17 00:00:00 2001 From: Centri3 <114838443+Centri3@users.noreply.github.com> Date: Sat, 3 Jun 2023 18:35:53 -0500 Subject: [PATCH] Update allow_attributes_without_reason.rs --- tests/ui/allow_attributes_without_reason.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/allow_attributes_without_reason.rs b/tests/ui/allow_attributes_without_reason.rs index 2b26624b424..663c2eb2c37 100644 --- a/tests/ui/allow_attributes_without_reason.rs +++ b/tests/ui/allow_attributes_without_reason.rs @@ -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(())