mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
un-wildcard stuff
This commit is contained in:
parent
61bfaeb644
commit
5dd0424877
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ semver = "0.2.1"
|
|||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "0.0.11"
|
||||
regex = "*"
|
||||
regex_macros = "*"
|
||||
lazy_static = "*"
|
||||
regex = "0.1.47"
|
||||
regex_macros = "0.1.27"
|
||||
lazy_static = "0.1.15"
|
||||
rustc-serialize = "0.3"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Reference in a new issue