Skip to content

Commit

Permalink
Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
remove unnecessary trailing semicolon from bootstrap
  • Loading branch information
Dylan-DPC authored Dec 31, 2020
2 parents 408573d + 83322c0 commit 30c4e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 30c4e6d

Please sign in to comment.