about summary refs log tree commit diff
path: root/clippy_dev/src/update_lints.rs
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-11-02 17:01:56 +0100
committerPhilipp Krones <hello@philkrones.com>2023-11-02 17:24:19 +0100
commit95dc7be92f8087ae3c8b9532f2674dabceee3d4d (patch)
treeef0c270a62fecc20762256ced06e1a8db9ccb74c /clippy_dev/src/update_lints.rs
parent2e907aa90c67d73fadc9be54c6609f618045c10c (diff)
parent01a0a3666681b88c3cab5ffc440bdd74352093dd (diff)
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'clippy_dev/src/update_lints.rs')
-rw-r--r--clippy_dev/src/update_lints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/update_lints.rs b/clippy_dev/src/update_lints.rs
index 842aeed2aa4..6b76a44debf 100644
--- a/clippy_dev/src/update_lints.rs
+++ b/clippy_dev/src/update_lints.rs
@@ -588,7 +588,7 @@ impl Lint {
             .collect()
     }
 
-    /// Returns all internal lints (not `internal_warn` lints)
+    /// Returns all internal lints
     #[must_use]
     fn internal_lints(lints: &[Self]) -> Vec<Self> {
         lints.iter().filter(|l| l.group == "internal").cloned().collect()