Skip to content
/ rust Public
forked from rust-lang/rust

Commit 87b87b1

Browse files
authored
Rollup merge of rust-lang#138592 - onur-ozkan:follow-up-137147, r=Kobzol
update change entry for rust-lang#137147 r? `@RalfJung`
2 parents 25a95e5 + 0d100d3 commit 87b87b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/change_tracker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
383383
ChangeInfo {
384384
change_id: 137147,
385385
severity: ChangeSeverity::Info,
386-
summary: "New option `build.exclude` that adds support for excluding test.",
386+
summary: "Added new option `build.exclude` which works the same way as `--exclude` flag on `x`.",
387387
},
388388
];

0 commit comments

Comments
 (0)