mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum
remove unnecessary trailing semicolon from bootstrap
This commit is contained in:
@@ -335,7 +335,7 @@ fn do_merge<T: Merge>(x: &mut Option<T>, y: Option<T>) {
|
||||
*x = Some(new);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
do_merge(&mut self.build, build);
|
||||
do_merge(&mut self.install, install);
|
||||
do_merge(&mut self.llvm, llvm);
|
||||
|
||||
Reference in New Issue
Block a user