We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b2024 + e9004b0 commit 2fe716cCopy full SHA for 2fe716c
clippy_lints/src/unnested_or_patterns.rs
@@ -35,8 +35,6 @@ declare_clippy_lint! {
35
/// ```
36
/// Use instead:
37
/// ```rust
38
- /// #![feature(or_patterns)]
39
- ///
40
/// fn main() {
41
/// if let Some(0 | 2) = Some(0) {}
42
/// }
0 commit comments