Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Switch clippy to beta
Browse files Browse the repository at this point in the history
To work around this issue:
rust-lang/rust-clippy#4133
  • Loading branch information
stepancheg committed May 27, 2019
1 parent 267271c commit b8cbc47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ matrix:
rust: nightly
- name: "Rust: clippy"
env: ACTION=clippy
rust: stable
# This issue is fixed in Rust 1.36
# https://github.com/rust-lang/rust-clippy/issues/4133
rust: beta
- name: "Rust: doc"
env: ACTION=doc
rust: stable
Expand Down

0 comments on commit b8cbc47

Please sign in to comment.