Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Disable clippy, which is broken on nightly at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Jan 2, 2017
1 parent 8511634 commit 6642d88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ include = ["Cargo.toml", "src/**/*.rs"]

[features]
with-syntex = ["syntex_syntax"]
unstable-testing = ["clippy", "compiletest_rs"]

# Clippy is currently broken on nightly
#unstable-testing = ["clippy", "compiletest_rs"]
unstable-testing = ["compiletest_rs"]

[dependencies]
syntex_syntax = { version = "^0.53.0", optional = true }
Expand Down

0 comments on commit 6642d88

Please sign in to comment.