We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902f5cf commit 764791eCopy full SHA for 764791e
clippy_lints/src/operators/mod.rs
@@ -82,7 +82,7 @@ declare_clippy_lint! {
82
/// Third-party types also tend to overflow.
83
///
84
/// #### Example
85
- /// ```
+ /// ```ignore,rust
86
/// use rust_decimal::Decimal;
87
/// let _n = Decimal::MAX + Decimal::MAX;
88
/// ```
0 commit comments