Skip to content

Commit 2787138

Browse files
authored
Merge pull request rust-lang#3569 from sphynx/master
Use structopt for command line arguments parsing in cargo-fmt
2 parents 0ef2144 + a7afdeb commit 2787138

File tree

3 files changed

+265
-73
lines changed

3 files changed

+265
-73
lines changed

Cargo.lock

+68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ unicode_categories = "0.1.1"
5858
dirs = "1.0.4"
5959
ignore = "0.4.6"
6060
annotate-snippets = { version = "0.5.0", features = ["ansi_term"] }
61+
structopt = "0.2.15"
6162

6263
config_proc_macro = { path = "config_proc_macro" }
6364

0 commit comments

Comments
 (0)