We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e4d6 commit 183334dCopy full SHA for 183334d
.github/actions/setup-rust-runtime/action.yaml
@@ -34,5 +34,5 @@ runs:
34
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
36
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
37
- echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
+ echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false -Wunused-crate-dependencies" >> $GITHUB_ENV
38
0 commit comments