Merge pull request #1671 from robinst/add-cargo-fmt-binary
Add back cargo-fmt binary
This commit is contained in:
commit
b8b6897e36
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ doctest = false
|
|||
[[bin]]
|
||||
name = "rustfmt"
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-fmt"
|
||||
|
||||
[features]
|
||||
default = ["cargo-fmt"]
|
||||
cargo-fmt = []
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
extern crate rustfmt;
|
||||
extern crate rustfmt_nightly as rustfmt;
|
||||
extern crate diff;
|
||||
extern crate regex;
|
||||
extern crate term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue