diff options
| author | Pascal Hertleif <killercup@gmail.com> | 2018-05-02 00:32:31 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-05-04 15:01:28 -0700 |
| commit | c02aedfcafafe3d2d0fbb4e9d85b2bbbbfa9abb2 (patch) | |
| tree | 3dc0a5ea547a2afc4b99d9d5fcd25306cfa7dc84 /src/tools/compiletest/Cargo.toml | |
| parent | fd6aa149bca7b896650c5f15a9c0000fc4f0056d (diff) | |
| download | rust-c02aedfcafafe3d2d0fbb4e9d85b2bbbbfa9abb2.tar.gz rust-c02aedfcafafe3d2d0fbb4e9d85b2bbbbfa9abb2.zip | |
Use rustfix' suggestion fixing API
Uses branch from <https://github.com/rust-lang-nursery/rustfix/pull/63> until we publish a new release.
Diffstat (limited to 'src/tools/compiletest/Cargo.toml')
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index 1710a44380f..476e5927a2f 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -13,7 +13,7 @@ regex = "0.2" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -rustfix = { git = "https://github.com/rust-lang-nursery/rustfix" } +rustfix = { git = "https://github.com/rust-lang-nursery/rustfix", branch = "apply_suggestion" } [target.'cfg(unix)'.dependencies] libc = "0.2" |
