We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cd538 commit cd55e04Copy full SHA for cd55e04
src/bin/cargo/cli.rs
@@ -79,7 +79,7 @@ Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
79
if is_verbose {
80
println!(" {:<20} {}", name, path.display())
81
} else {
82
- println!(" {:<20}", name)
+ println!(" {}", name)
83
}
84
85
0 commit comments