We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa97502 commit 07dea2eCopy full SHA for 07dea2e
1 file changed
.github/workflows/rust.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: Build | Lint
42
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
43
+ - name: Build | Lint (no features)
44
+ run: cargo clippy --workspace --all-targets -- -Dwarnings
45
46
# Ensure that the project could be successfully compiled
47
cargo_check:
0 commit comments