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 6f55bc8 commit bc30d77Copy full SHA for bc30d77
collector/src/bin/collector.rs
@@ -450,7 +450,7 @@ enum BinaryStatsMode {
450
/// Optionally compares sizes between two compiler toolchains, if `--rustc2` is provided.
451
Compile(BinaryStatsCompile),
452
/// Show size statistics for the selected binary artifact on disk.
453
- /// Optionally compares sizes with a second provided artifact, if `--artifact2` is provided.
+ /// Optionally compares sizes with a second provided artifact.
454
Local(BinaryStatsLocal),
455
}
456
0 commit comments