Skip to content

Commit 00a0efc

Browse files
committed
Doc fix syntax
1 parent e38c109 commit 00a0efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/if_let_redundant_pattern_matching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use rustc::lint::*;
22
use rustc::hir::*;
33
use crate::utils::{match_qpath, paths, snippet, span_lint_and_then};
44

5-
/// **What it does:*** Lint for redundant pattern matching over `Result` or
5+
/// **What it does:** Lint for redundant pattern matching over `Result` or
66
/// `Option`
77
///
88
/// **Why is this bad?** It's more concise and clear to just use the proper

0 commit comments

Comments
 (0)