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

Commit b8cbc47

Browse files
committed
Switch clippy to beta
To work around this issue: rust-lang/rust-clippy#4133
1 parent 267271c commit b8cbc47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ matrix:
1313
rust: nightly
1414
- name: "Rust: clippy"
1515
env: ACTION=clippy
16-
rust: stable
16+
# This issue is fixed in Rust 1.36
17+
# https://github.com/rust-lang/rust-clippy/issues/4133
18+
rust: beta
1719
- name: "Rust: doc"
1820
env: ACTION=doc
1921
rust: stable

0 commit comments

Comments
 (0)