fix doc comment for if_let_chain!
This commit is contained in:
parent
0bb4cbe859
commit
3632b93d7a
@ -20,9 +20,9 @@
|
||||
///
|
||||
/// if_let_chain! {
|
||||
/// [
|
||||
/// Some(y) = x,
|
||||
/// let Some(y) = x,
|
||||
/// y.len() == 2,
|
||||
/// Some(z) = y,
|
||||
/// let Some(z) = y,
|
||||
/// ],
|
||||
/// {
|
||||
/// block
|
||||
|
Loading…
Reference in New Issue
Block a user