Skip to content

Commit b4a9854

Browse files
Fixup: add missing trailing newline
1 parent 769b410 commit b4a9854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfcs/rfc-2396-target_feature-11/closures-inherit-target_feature.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ fn use_avx() -> Box<dyn Fn()> {
1515
Box::new(|| also_use_avx())
1616
}
1717

18-
fn main() {}
18+
fn main() {}

0 commit comments

Comments
 (0)