Fix comment in update_lints

Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
mikerite 2021-09-30 05:11:39 +02:00 committed by GitHub
parent 6035e050e8
commit debb1f0274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ fn gen_modules_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> String {
output
}
/// Generates the list of lint links at the bottom of the README
/// Generates the list of lint links at the bottom of the CHANGELOG
#[must_use]
fn gen_changelog_lint_list<'a>(lints: impl Iterator<Item = &'a Lint>) -> Vec<String> {
lints