Fix typo in example for match_result_ok
This commit is contained in:
parent
57dc0343bd
commit
09aa4ad6dc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ declare_clippy_lint! {
|
|||
/// }
|
||||
///
|
||||
/// if let Ok(value) = iter.next() {
|
||||
/// vec.push_value)
|
||||
/// vec.push(value)
|
||||
/// }
|
||||
/// ```
|
||||
pub MATCH_RESULT_OK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue