Skip to content

Commit

Permalink
Disable clippy beta on CI
Browse files Browse the repository at this point in the history
[0] triggers a false-positive that prevents progress. Since I have no
good idea what to do about that, my bad idea is to just disable this
part of CI:

[0]: #561
[1]: rust-lang/rust#79498

Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Nov 28, 2020
1 parent dc4ad1d commit 2f1b9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
matrix:
include:
- rust: stable
- rust: beta
#fixme: beta was disabled due to the false positive from https://github.com/rust-lang/rust/issues/79498
#- rust: beta
#fixme: remove this hack
clippy_args: -A clippy::manual_strip
steps:
Expand Down

0 comments on commit 2f1b9b0

Please sign in to comment.