More doc fixes
This commit is contained in:
parent
00a0efc566
commit
0c23112846
@ -6,7 +6,7 @@ use rustc::hir::*;
|
|||||||
use syntax::ast::NodeId;
|
use syntax::ast::NodeId;
|
||||||
use syntax::codemap::Span;
|
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.
|
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user