Skip to content

Commit 1a991e5

Browse files
committed
add change entry for custom clippy support
Signed-off-by: onur-ozkan <[email protected]>
1 parent 9dcc656 commit 1a991e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
235235
severity: ChangeSeverity::Info,
236236
summary: "The `build.profiler` option now tries to use source code from `download-ci-llvm` if possible, instead of checking out the `src/llvm-project` submodule.",
237237
},
238+
ChangeInfo {
239+
change_id: 129152,
240+
severity: ChangeSeverity::Info,
241+
summary: "New option `build.cargo-clippy` added for supporting the use of custom/external clippy.",
242+
},
238243
];

0 commit comments

Comments
 (0)