Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum
remove unnecessary trailing semicolon from bootstrap
This commit is contained in:
commit
30c4e6da85
@ -335,7 +335,7 @@ impl Merge for TomlConfig {
|
||||
*x = Some(new);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
do_merge(&mut self.build, build);
|
||||
do_merge(&mut self.install, install);
|
||||
do_merge(&mut self.llvm, llvm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user