We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bad8ac + 0d100d3 commit 2dda47fCopy full SHA for 2dda47f
src/bootstrap/src/utils/change_tracker.rs
@@ -383,6 +383,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
383
ChangeInfo {
384
change_id: 137147,
385
severity: ChangeSeverity::Info,
386
- summary: "New option `build.exclude` that adds support for excluding test.",
+ summary: "Added new option `build.exclude` which works the same way as `--exclude` flag on `x`.",
387
},
388
];
0 commit comments