Skip to content

Commit e3d8494

Browse files
committed
Remove strict_overflow_ops lint
1 parent 0df0961 commit e3d8494

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)