We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76268c0 commit 8229936Copy full SHA for 8229936
clippy_lints/src/methods/needless_option_take.rs
@@ -17,7 +17,7 @@ pub(super) fn check<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>, recv: &'
17
cx,
18
NEEDLESS_OPTION_TAKE,
19
expr.span,
20
- "Called `Option::take()` on a temporary value",
+ "called `Option::take()` on a temporary value",
21
"try",
22
format!(
23
"{}",
0 commit comments