]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/clippy_lints/src/operators/mod.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / src / tools / clippy / clippy_lints / src / operators / mod.rs
index b8a20d5ebe9bd689e7d996fea0dff6e86d9dcdd4..eba230da6c39b772bb90e600f07d9f2df3fcc9b5 100644 (file)
@@ -90,9 +90,6 @@ declare_clippy_lint! {
     /// use rust_decimal::Decimal;
     /// let _n = Decimal::MAX + Decimal::MAX;
     /// ```
-    ///
-    /// ### Allowed types
-    /// Custom allowed types can be specified through the "arithmetic-side-effects-allowed" filter.
     #[clippy::version = "1.64.0"]
     pub ARITHMETIC_SIDE_EFFECTS,
     restriction,