Skip to content

Commit bc3327c

Browse files
authored
Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum
Stabilize `strict_overflow_ops` Closes rust-lang/rust#118260
2 parents 51691ed + e3d8494 commit bc3327c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10699,20 +10699,6 @@ The tracking issue for this feature is: [#77998]
1069910699

1070010700
[#77998]: https://github.com/rust-lang/rust/issues/77998
1070110701

10702-
------------------------
10703-
"##,
10704-
default_severity: Severity::Allow,
10705-
warn_since: None,
10706-
deny_since: None,
10707-
},
10708-
Lint {
10709-
label: "strict_overflow_ops",
10710-
description: r##"# `strict_overflow_ops`
10711-
10712-
The tracking issue for this feature is: [#118260]
10713-
10714-
[#118260]: https://github.com/rust-lang/rust/issues/118260
10715-
1071610702
------------------------
1071710703
"##,
1071810704
default_severity: Severity::Allow,

0 commit comments

Comments
 (0)