This commit is contained in:
Nathan Stocks 2023-11-16 17:18:48 -07:00 committed by GitHub
parent edefa9770d
commit 4143acf4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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