Skip to content

Commit e85d014

Browse files
committed
add change-entry for x run rustfmt
Signed-off-by: onur-ozkan <[email protected]>
1 parent 1a18da5 commit e85d014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
406406
severity: ChangeSeverity::Info,
407407
summary: "Added a new option `rust.debug-assertions-tools` to control debug asssertions for tools.",
408408
},
409+
ChangeInfo {
410+
change_id: 140732,
411+
severity: ChangeSeverity::Info,
412+
summary: "`./x run` now supports running in-tree `rustfmt`, e.g., `./x run rustfmt -- --check /path/to/file.rs`.",
413+
},
409414
];

0 commit comments

Comments
 (0)