diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-03-17 05:47:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 05:47:54 -0400 |
| commit | 87b87b1966fef82e15a9f9619ee46f5e843cf4c2 (patch) | |
| tree | b47480dfc62e0a4c1fdc82933c3ac93b7bb1c963 | |
| parent | 25a95e537c1add5996e3a9dcb00ddef2eab93d93 (diff) | |
| parent | 0d100d34d51ceac4d0cf31d524f33fcbddad68c4 (diff) | |
| download | rust-87b87b1966fef82e15a9f9619ee46f5e843cf4c2.tar.gz rust-87b87b1966fef82e15a9f9619ee46f5e843cf4c2.zip | |
Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol
update change entry for #137147 r? `@RalfJung`
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index f8478725c4c..f2fae9862d3 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -383,6 +383,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ ChangeInfo { change_id: 137147, severity: ChangeSeverity::Info, - 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`.", }, ]; |
