diff options
| author | mikerite <33983332+mikerite@users.noreply.github.com> | 2021-09-30 05:11:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 05:11:39 +0200 |
| commit | debb1f027428eab9abbf4f962e3c1840492808b8 (patch) | |
| tree | 99e26825c5451365e47edfd7ed7999f31a923976 /clippy_dev | |
| parent | 6035e050e83cc991f94797eef4d720c0b61d8955 (diff) | |
| download | rust-debb1f027428eab9abbf4f962e3c1840492808b8.tar.gz rust-debb1f027428eab9abbf4f962e3c1840492808b8.zip | |
Fix comment in `update_lints`
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/src/update_lints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/update_lints.rs b/clippy_dev/src/update_lints.rs index edcdc04b68d..1ab8ad9b920 100644 --- a/clippy_dev/src/update_lints.rs +++ b/clippy_dev/src/update_lints.rs @@ -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 |
