mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add change-entry for x run rustfmt
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -406,4 +406,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "Added a new option `rust.debug-assertions-tools` to control debug asssertions for tools.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 140732,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "`./x run` now supports running in-tree `rustfmt`, e.g., `./x run rustfmt -- --check /path/to/file.rs`.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user