Skip to content

Commit

Permalink
Weaken lint-deny-level
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Oct 26, 2023
1 parent d06725a commit 2225292
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[target.'cfg(all())']
rustflags = ["-D", "warnings"]

[env]
RUST_TEST_THREADS = "1"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- -D clippy::all
run: cargo clippy --workspace --all-targets --all-features -- -D warnings

test:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

cargo fmt --all -- --check
cargo clippy --workspace --all-features --all-targets -- -D clippy::all
cargo clippy --workspace --all-features --all-targets -- -D warnings
cargo doc --no-deps

cargo test --workspace --all-targets --all-features
Expand Down

0 comments on commit 2225292

Please sign in to comment.