Skip to content

Commit

Permalink
add change entry for custom clippy support
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Aug 16, 2024
1 parent 826760c commit d54b4dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Warning,
summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
},
ChangeInfo {
change_id: 129152,
severity: ChangeSeverity::Info,
summary: "New options `build.cargo-clippy` and `build.clippy-driver` added for supporting the use of custom/external clippy",
},
];

0 comments on commit d54b4dd

Please sign in to comment.