Skip to content

Commit

Permalink
fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Oct 29, 2018
1 parent eab052c commit e17d4ae
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 143 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ matrix:
rust: nightly
before_script: rustup component add rustfmt-preview
script: cargo fmt --all -- --check
- name: "clippy"
install: true
rust: nightly
before_script: rustup component add clippy-preview
script: cargo clippy -- -D clippy::pedantic

script:
- cargo test
Expand Down
Loading

0 comments on commit e17d4ae

Please sign in to comment.