Skip to content

Commit 764791e

Browse files
committed
OMG
1 parent 902f5cf commit 764791e

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/operators

1 file changed

+1
-1
lines changed

clippy_lints/src/operators/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ declare_clippy_lint! {
8282
/// Third-party types also tend to overflow.
8383
///
8484
/// #### Example
85-
/// ```
85+
/// ```ignore,rust
8686
/// use rust_decimal::Decimal;
8787
/// let _n = Decimal::MAX + Decimal::MAX;
8888
/// ```

0 commit comments

Comments
 (0)