mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum
Stabilize `strict_overflow_ops` Closes rust-lang/rust#118260
This commit is contained in:
commit
bc3327c665
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user