Skip to content

Commit cd839b8

Browse files
committed
removed unneeded feature specification
1 parent ac8d1e3 commit cd839b8

File tree

1 file changed

+11
-0
lines changed
  • src/tools/rust-analyzer/crates/ide-db/src/generated

1 file changed

+11
-0
lines changed

src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,6 +6074,17 @@ The tracking issue for this feature is: None.
60746074
60756075
------------------------
60766076
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+
60776088
The `rustc` compiler has certain pluggable operations, that is,
60786089
functionality that isn't hard-coded into the language, but is
60796090
implemented in libraries, with a special marker to tell the compiler

0 commit comments

Comments
 (0)