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.
or_patterns
1 parent b3b2024 commit e9004b0Copy full SHA for e9004b0
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