Skip to content

Commit

Permalink
Move clippy to back gated feature
Browse files Browse the repository at this point in the history
  • Loading branch information
imp committed Jun 1, 2016
1 parent 72b72ed commit bcc8bea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ clap = "2.4.0"
itertools = "0.4.13"
walkdir = "0.1.5"

[dev-dependencies]
clippy = "0.0.*"
[dependencies.clippy]
version = "0.0.*"
optional = true

[features]
default = []

0 comments on commit bcc8bea

Please sign in to comment.