Remove old feature flag in code comment
Since let_else feature has been stable in 1.65.0, it's now unnecessary
This commit is contained in:
parent
4931f4549b
commit
20338fd378
1 changed files with 0 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue