mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
compiletest_rs needs to be at least 0.0.11
otherwise tests using `SUGGESTION` will fail (see `compile-fail/eta.rs`)
This commit is contained in:
parent
d7292fe235
commit
ecb97866b6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ plugin = true
|
|||
unicode-normalization = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "*"
|
||||
compiletest_rs = "0.0.11"
|
||||
regex = "*"
|
||||
regex_macros = "*"
|
||||
lazy_static = "*"
|
||||
|
|
Loading…
Reference in a new issue