Skip to content

Commit c7359ab

Browse files
Tell clippy to chill
Since the project goal has shifted to long-term maintenance and deprecation, denying lints in clippy's "pedantic" segment just adds more overhead.
1 parent 57d96e4 commit c7359ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cargo_fmt() {
2121
}
2222

2323
cargo_clippy() {
24-
cargo clippy --all -- -D clippy::pedantic
24+
cargo clippy --all -- -D clippy::perf
2525
}
2626

2727
CMD="-1"

0 commit comments

Comments
 (0)