Skip to content

Commit c1b2264

Browse files
authored
Merge pull request #36 from dtolnay/expectunused
Ignore `expect(unused_crate_dependencies)` in rustc-main
2 parents 9883914 + 344f379 commit c1b2264

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

BUCK

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fixups/rustc-main/fixups.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
buildscript.run = false
2+
rustc_flags = ["-Zcrate-attr=allow(unfulfilled_lint_expectations)"]
23
linker_flags = ["-Wl,-rpath,$ORIGIN/../lib"]
34
omit_deps = [
45
"rustc_codegen_ssa",

0 commit comments

Comments
 (0)