mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
move to compiletest on crates
This commit is contained in:
parent
b24433f36d
commit
068e215728
@ -10,5 +10,5 @@ authors = [
|
||||
name = "clippy"
|
||||
crate_type = ["dylib"]
|
||||
|
||||
[dev-dependencies.compiletest]
|
||||
git = "https://github.com/laumann/compiletest-rs.git"
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "*"
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern crate compiletest;
|
||||
extern crate compiletest_rs as compiletest;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user