Skip to content

Commit 4fe847a

Browse files
committed
add change entry for custom clippy support
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent ad80542 commit 4fe847a

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
@@ -230,4 +230,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
230230
severity: ChangeSeverity::Warning,
231231
summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
232232
},
233+
ChangeInfo {
234+
change_id: 129152,
235+
severity: ChangeSeverity::Info,
236+
summary: "New options `build.cargo-clippy` and `build.clippy-driver` added for supporting the use of custom/external clippy",
237+
},
233238
];

0 commit comments

Comments
 (0)