fix typo
This commit is contained in:
parent
edefa9770d
commit
4143acf4c8
@ -9,7 +9,7 @@
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// Suggest removing the use of a may (or map_err) method when an Option or Result is being constructed.
|
||||
/// Suggest removing the use of a map (or map_err) method when an Option or Result is being constructed.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// It introduces unnecessary complexity. In this case the function can be used directly and
|
||||
|
Loading…
Reference in New Issue
Block a user