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 6feab26 commit 9235d02Copy full SHA for 9235d02
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
run: cargo fmt --all -- --check
24
build:
25
runs-on: ubuntu-latest
26
+ env:
27
+ RUSTFLAGS: -Dunused-crate-dependencies
28
steps:
29
- uses: actions/checkout@v2
30
- uses: Swatinem/rust-cache@v1
Makefile
@@ -12,7 +12,7 @@ lint:
12
cargo clippy --all-features --no-deps -- -D clippy::all
13
14
15
- cargo build-all-features
+ RUSTFLAGS=-Dunused-crate-dependencies cargo build-all-features
16
17
test:
18
cargo test --all-features
0 commit comments