We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9b11a9 + 09aa4ad commit 4996e17Copy full SHA for 4996e17
clippy_lints/src/match_result_ok.rs
@@ -35,7 +35,7 @@ declare_clippy_lint! {
35
/// }
36
///
37
/// if let Ok(value) = iter.next() {
38
- /// vec.push_value)
+ /// vec.push(value)
39
40
/// ```
41
pub MATCH_RESULT_OK,
0 commit comments