We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0efc commit 0c23112Copy full SHA for 0c23112
clippy_lints/src/unwrap.rs
@@ -6,7 +6,7 @@ use rustc::hir::*;
6
use syntax::ast::NodeId;
7
use syntax::codemap::Span;
8
9
-/// **What it does:** Checks for calls of unwrap[_err]() that cannot fail.
+/// **What it does:** Checks for calls of `unwrap[_err]()` that cannot fail.
10
///
11
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
12
0 commit comments