diff options
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" |
