Remove strict_overflow_ops lint

This commit is contained in:
Nurzhan Sakén 2025-08-04 04:13:10 +04:00
parent 0df096161d
commit e3d849467e

View file

@ -10699,20 +10699,6 @@ The tracking issue for this feature is: [#77998]
[#77998]: https://github.com/rust-lang/rust/issues/77998
------------------------
"##,
default_severity: Severity::Allow,
warn_since: None,
deny_since: None,
},
Lint {
label: "strict_overflow_ops",
description: r##"# `strict_overflow_ops`
The tracking issue for this feature is: [#118260]
[#118260]: https://github.com/rust-lang/rust/issues/118260
------------------------
"##,
default_severity: Severity::Allow,