File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
crates/ide-db/src/generated Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -11840,34 +11840,6 @@ extern "rust-call" fn add_args(args: (u32, u32)) -> u32 {
1184011840
1184111841fn main() {}
1184211842```
11843- "##,
11844- default_severity: Severity::Allow,
11845- warn_since: None,
11846- deny_since: None,
11847- },
11848- Lint {
11849- label: "unchecked_neg",
11850- description: r##"# `unchecked_neg`
11851-
11852- The tracking issue for this feature is: [#85122]
11853-
11854- [#85122]: https://github.com/rust-lang/rust/issues/85122
11855-
11856- ------------------------
11857- "##,
11858- default_severity: Severity::Allow,
11859- warn_since: None,
11860- deny_since: None,
11861- },
11862- Lint {
11863- label: "unchecked_shifts",
11864- description: r##"# `unchecked_shifts`
11865-
11866- The tracking issue for this feature is: [#85122]
11867-
11868- [#85122]: https://github.com/rust-lang/rust/issues/85122
11869-
11870- ------------------------
1187111843"##,
1187211844 default_severity: Severity::Allow,
1187311845 warn_since: None,
You can’t perform that action at this time.
0 commit comments