Skip to content

Commit a6737f5

Browse files
committed
Auto merge of #6894 - k-nasa:refactor_cli_definition, r=nrc
Refactor command definition - Removed call 'about' - Changed the string "cargo" to use crate_name
2 parents beb8fcb + 1577efa commit a6737f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/cargo/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ fn cli() -> App {
191191
AppSettings::VersionlessSubcommands,
192192
AppSettings::AllowExternalSubcommands,
193193
])
194-
.about("")
195194
.template(
196195
"\
197196
Rust's package manager

0 commit comments

Comments
 (0)