Skip to content

Commit

Permalink
Merge pull request rust-lang#3569 from sphynx/master
Browse files Browse the repository at this point in the history
Use structopt for command line arguments parsing in cargo-fmt
  • Loading branch information
topecongiro committed May 21, 2019
2 parents 0ef2144 + a7afdeb commit 2787138
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 73 deletions.
68 changes: 68 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ unicode_categories = "0.1.1"
dirs = "1.0.4"
ignore = "0.4.6"
annotate-snippets = { version = "0.5.0", features = ["ansi_term"] }
structopt = "0.2.15"

config_proc_macro = { path = "config_proc_macro" }

Expand Down
Loading

0 comments on commit 2787138

Please sign in to comment.