We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad80542 commit 4fe847aCopy full SHA for 4fe847a
src/bootstrap/src/utils/change_tracker.rs
@@ -230,4 +230,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
230
severity: ChangeSeverity::Warning,
231
summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
232
},
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
+ },
238
];
0 commit comments