Skip to content

Commit

Permalink
Print metrics on shell without the output parameter (mozilla#271)
Browse files Browse the repository at this point in the history
Metrics needed a useless output parameter to be printed on shell.
  • Loading branch information
Luni-4 authored and spacedragon committed Feb 2, 2021
1 parent dd57452 commit 8a016eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-code-analysis-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ fn main() {
.help("Output file/directory")
.short("o")
.long("output")
.default_value("")
.takes_value(true),
)
.arg(
Expand Down

0 comments on commit 8a016eb

Please sign in to comment.