]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/implicit_saturating_sub.rs
Auto merge of #9870 - koka831:unformat-unused-rounding, r=Jarcho
[rust.git] / clippy_lints / src / implicit_saturating_sub.rs
index 48edbf6ae576cc66cfe717a11a9eb5de8ec5f57a..29d59c26d92c4a2f697399ff93df5c753bc89152 100644 (file)
@@ -35,7 +35,7 @@
     /// ```
     #[clippy::version = "1.44.0"]
     pub IMPLICIT_SATURATING_SUB,
-    pedantic,
+    style,
     "Perform saturating subtraction instead of implicitly checking lower bound of data type"
 }