Skip to content

Commit f345b3c

Browse files
committed
tidy fixes
1 parent 1846add commit f345b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/hashes/match_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn add_arm(x: u32) -> u32 {
3636
}
3737

3838
#[cfg(not(cfail1))]
39-
#[rustc_clean(cfg="cfail2",
39+
#[rustc_clean(cfg="cfail2",
4040
except="HirBody,MirValidated,MirOptimized,TypeckTables")]
4141
#[rustc_clean(cfg="cfail3")]
4242
#[rustc_metadata_clean(cfg="cfail2")]

0 commit comments

Comments
 (0)