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