We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bcdad commit 0d100d3Copy full SHA for 0d100d3
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