chore(fmt): Apply 'cargo fmt' to the whole code base
This commit is contained in:
parent
cf06ac4f82
commit
3c0152a331
6 changed files with 39 additions and 29 deletions
|
|
@ -122,7 +122,12 @@ fn run() -> error::Result<()> {
|
|||
.takes_value(true)
|
||||
.help("Only run corpus test cases whose name includes the given string"),
|
||||
)
|
||||
.arg(Arg::with_name("update").long("update").short("u").help("Update all syntax trees in corpus files with current parser output"))
|
||||
.arg(
|
||||
Arg::with_name("update")
|
||||
.long("update")
|
||||
.short("u")
|
||||
.help("Update all syntax trees in corpus files with current parser output"),
|
||||
)
|
||||
.arg(Arg::with_name("debug").long("debug").short("d"))
|
||||
.arg(Arg::with_name("debug-graph").long("debug-graph").short("D")),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue