Skip to content

Commit 20338fd

Browse files
committed
Remove old feature flag in code comment
Since let_else feature has been stable in 1.65.0, it's now unnecessary
1 parent 4931f45 commit 20338fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/manual_let_else.rs

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ declare_clippy_lint! {
3737
/// Could be written:
3838
///
3939
/// ```rust
40-
/// # #![feature(let_else)]
4140
/// # fn main () {
4241
/// # let w = Some(0);
4342
/// let Some(v) = w else { return };

0 commit comments

Comments
 (0)