Unnamed repository; edit this file 'description' to name the repository.
internal: update generated lints
| -rw-r--r-- | crates/ide-db/src/generated/lints.rs | 80 |
1 files changed, 48 insertions, 32 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs index 310023ea2a..683adff615 100644 --- a/crates/ide-db/src/generated/lints.rs +++ b/crates/ide-db/src/generated/lints.rs @@ -3941,22 +3941,6 @@ The tracking issue for this feature is: [#151828] deny_since: None, }, Lint { - label: "bool_to_result", - description: r##"# `bool_to_result` - - - -The tracking issue for this feature is: [#142748] - -[#142748]: https://github.com/rust-lang/rust/issues/142748 - ------------------------- -"##, - default_severity: Severity::Allow, - warn_since: None, - deny_since: None, - }, - Lint { label: "borrowed_buf_init", description: r##"# `borrowed_buf_init` @@ -4845,6 +4829,22 @@ The tracking issue for this feature is: [#148519] deny_since: None, }, Lint { + label: "clflushopt_target_feature", + description: r##"# `clflushopt_target_feature` + +The `clflushopt` target feature on x86. + +The tracking issue for this feature is: [#157096] + +[#157096]: https://github.com/rust-lang/rust/issues/157096 + +------------------------ +"##, + default_severity: Severity::Allow, + warn_since: None, + deny_since: None, + }, + Lint { label: "clone_from_ref", description: r##"# `clone_from_ref` @@ -11272,6 +11272,22 @@ The tracking issue for this feature is: [#123076] deny_since: None, }, Lint { + label: "mut_restriction", + description: r##"# `mut_restriction` + +Allows `mut(crate) field: Type` restrictions. + +The tracking issue for this feature is: [#105077] + +[#105077]: https://github.com/rust-lang/rust/issues/105077 + +------------------------ +"##, + default_severity: Severity::Allow, + warn_since: None, + deny_since: None, + }, + Lint { label: "mutex_data_ptr", description: r##"# `mutex_data_ptr` @@ -12280,22 +12296,6 @@ The tracking issue for this feature is: [#153328] deny_since: None, }, Lint { - label: "path_is_empty", - description: r##"# `path_is_empty` - - - -The tracking issue for this feature is: [#148494] - -[#148494]: https://github.com/rust-lang/rust/issues/148494 - ------------------------- -"##, - default_severity: Severity::Allow, - warn_since: None, - deny_since: None, - }, - Lint { label: "path_trailing_sep", description: r##"# `path_trailing_sep` @@ -13980,6 +13980,22 @@ The tracking issue for this feature is: [#56975] deny_since: None, }, Lint { + label: "share_trait", + description: r##"# `share_trait` + + + +The tracking issue for this feature is: [#156756] + +[#156756]: https://github.com/rust-lang/rust/issues/156756 + +------------------------ +"##, + default_severity: Severity::Allow, + warn_since: None, + deny_since: None, + }, + Lint { label: "signed_bigint_helpers", description: r##"# `signed_bigint_helpers` |