Add diff write mode https://github.com/nrc/rustfmt/issues/261
This commit is contained in:
parent
6e4ea7842b
commit
e7a5f9327e
7 changed files with 137 additions and 106 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2,7 +2,7 @@
|
|||
name = "rustfmt"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"diff 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"diff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
|
||||
|
@ -21,7 +21,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "diff"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue