mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 02:52:11 +00:00
Remove strict_overflow_ops lint
This commit is contained in:
parent
0df096161d
commit
e3d849467e
1 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue