mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Stabilize unchecked_neg and unchecked_shifts
This commit is contained in:
parent
cdffc18f2f
commit
d5839ff14a
@ -11840,34 +11840,6 @@ extern "rust-call" fn add_args(args: (u32, u32)) -> u32 {
|
||||
|
||||
fn main() {}
|
||||
```
|
||||
"##,
|
||||
default_severity: Severity::Allow,
|
||||
warn_since: None,
|
||||
deny_since: None,
|
||||
},
|
||||
Lint {
|
||||
label: "unchecked_neg",
|
||||
description: r##"# `unchecked_neg`
|
||||
|
||||
The tracking issue for this feature is: [#85122]
|
||||
|
||||
[#85122]: https://github.com/rust-lang/rust/issues/85122
|
||||
|
||||
------------------------
|
||||
"##,
|
||||
default_severity: Severity::Allow,
|
||||
warn_since: None,
|
||||
deny_since: None,
|
||||
},
|
||||
Lint {
|
||||
label: "unchecked_shifts",
|
||||
description: r##"# `unchecked_shifts`
|
||||
|
||||
The tracking issue for this feature is: [#85122]
|
||||
|
||||
[#85122]: https://github.com/rust-lang/rust/issues/85122
|
||||
|
||||
------------------------
|
||||
"##,
|
||||
default_severity: Severity::Allow,
|
||||
warn_since: None,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user