mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
More doc fixes
This commit is contained in:
parent
00a0efc566
commit
0c23112846
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use rustc::hir::*;
|
|||
use syntax::ast::NodeId;
|
||||
use syntax::codemap::Span;
|
||||
|
||||
/// **What it does:** Checks for calls of unwrap[_err]() that cannot fail.
|
||||
/// **What it does:** Checks for calls of `unwrap[_err]()` that cannot fail.
|
||||
///
|
||||
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue