Skip to content

Commit 0c23112

Browse files
committed
More doc fixes
1 parent 00a0efc commit 0c23112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unwrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rustc::hir::*;
66
use syntax::ast::NodeId;
77
use syntax::codemap::Span;
88

9-
/// **What it does:** Checks for calls of unwrap[_err]() that cannot fail.
9+
/// **What it does:** Checks for calls of `unwrap[_err]()` that cannot fail.
1010
///
1111
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
1212
///

0 commit comments

Comments
 (0)