Skip to content

Commit 885a544

Browse files
committed
fixup lint name
1 parent b6dce5d commit 885a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn test_get_resource() {
5757
}
5858

5959
#[test]
60-
#[cfg_attr(not(bootstrap), allow(for_loop_over_fallibles))]
60+
#[cfg_attr(not(bootstrap), allow(for_loops_over_fallibles))]
6161
fn test_option_dance() {
6262
let x = Some(());
6363
let mut y = Some(5);

0 commit comments

Comments
 (0)