Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d8595e6

Browse files
committed
Suppress pedantic lints
1 parent 550aae2 commit d8595e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
- name: "clippy"
3030
script: |
3131
if rustup component add clippy-preview rustc-dev; then
32-
cargo clippy --all -- -D clippy::pedantic
32+
cargo clippy --all
3333
fi
3434
- name: "Shellcheck"
3535
script:

0 commit comments

Comments
 (0)