Skip to content

Commit debb1f0

Browse files
mikeritegiraffate
mikerite
andauthored
Fix comment in update_lints
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 6035e05 commit debb1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/update_lints.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ fn gen_modules_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> String {
266266
output
267267
}
268268

269-
/// Generates the list of lint links at the bottom of the README
269+
/// Generates the list of lint links at the bottom of the CHANGELOG
270270
#[must_use]
271271
fn gen_changelog_lint_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> Vec<String> {
272272
lints

0 commit comments

Comments
 (0)