Skip to content

Commit

Permalink
Remove old feature flag in code comment
Browse files Browse the repository at this point in the history
Since let_else feature has been stable in 1.65.0, it's now unnecessary
  • Loading branch information
koka831 committed Feb 1, 2023
1 parent 4931f45 commit 20338fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/manual_let_else.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ declare_clippy_lint! {
/// Could be written:
///
/// ```rust
/// # #![feature(let_else)]
/// # fn main () {
/// # let w = Some(0);
/// let Some(v) = w else { return };
Expand Down

0 comments on commit 20338fd

Please sign in to comment.