Skip to content

Commit a0ba895

Browse files
authored
bootstrap(builder.rs): Don't explicitly warn against semicolon_in_expressions_from_macros
This already wasn't passed in bootstrap.py and the lint itself already warns-by-default for 2 years now and has already been added to the future-incompat group in Rust 1.68. See #79813 for the tracking issue.
1 parent f536185 commit a0ba895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,6 @@ impl<'a> Builder<'a> {
18721872
// some code doesn't go through this `rustc` wrapper.
18731873
lint_flags.push("-Wrust_2018_idioms");
18741874
lint_flags.push("-Wunused_lifetimes");
1875-
lint_flags.push("-Wsemicolon_in_expressions_from_macros");
18761875

18771876
if self.config.deny_warnings {
18781877
lint_flags.push("-Dwarnings");

0 commit comments

Comments
 (0)