]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/non_expressive_names.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / tools / clippy / clippy_lints / src / non_expressive_names.rs
index 2ffc00b449d08b7e9c25282579618b98ee233912..5b254bc8133d2fecce4c6227b90d7c91e2206b6c 100644 (file)
@@ -43,7 +43,7 @@
     /// let (a, b, c, d, e, f, g) = (...);
     /// ```
     pub MANY_SINGLE_CHAR_NAMES,
-    style,
+    pedantic,
     "too many single character bindings"
 }