Skip to content

Commit a41ed9a

Browse files
A no-op change
1 parent 406e03f commit a41ed9a

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_driver/src

1 file changed

+1
-0
lines changed

compiler/rustc_driver/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ mod signal_handler {
13461346
}
13471347

13481348
pub fn main() -> ! {
1349+
if false {} // a no-op change
13491350
let start_time = Instant::now();
13501351
let start_rss = get_resident_set_size();
13511352
init_rustc_env_logger();

0 commit comments

Comments
 (0)