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.
2 parents 6f55bc8 + bc30d77 commit d0ac611Copy full SHA for d0ac611
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