We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8d1e3 commit cd839b8Copy full SHA for cd839b8
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
@@ -6074,6 +6074,17 @@ The tracking issue for this feature is: None.
6074
6075
------------------------
6076
6077
+"##,
6078
+ },
6079
+ Lint {
6080
+ label: "contains",
6081
+ description: r##"# `contains`
6082
+
6083
+The tracking issue for this feature is: [#94047]
6084
6085
+[#94047]: https://github.com/rust-lang/rust/issues/94047
6086
6087
6088
The `rustc` compiler has certain pluggable operations, that is,
6089
functionality that isn't hard-coded into the language, but is
6090
implemented in libraries, with a special marker to tell the compiler
0 commit comments