We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update_lints
1 parent 6035e05 commit debb1f0Copy full SHA for debb1f0
clippy_dev/src/update_lints.rs
@@ -266,7 +266,7 @@ fn gen_modules_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> String {
266
output
267
}
268
269
-/// Generates the list of lint links at the bottom of the README
+/// Generates the list of lint links at the bottom of the CHANGELOG
270
#[must_use]
271
fn gen_changelog_lint_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> Vec<String> {
272
lints
0 commit comments