Skip to content

Commit

Permalink
Remove the clippy pedantic linter
Browse files Browse the repository at this point in the history
It cause errors in stable version which are not possibly fixed for older
versions
  • Loading branch information
Peltoche committed Mar 4, 2019
1 parent c00a1ef commit 7ab13a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrix:
install:
- rustup component add clippy
script:
- cargo clippy --all-features -- -D clippy::pedantic
- cargo clippy --all-features

env:
global:
Expand Down

0 comments on commit 7ab13a3

Please sign in to comment.