Skip to content

Commit 7748630

Browse files
committed
Make it Unspecified
1 parent fcf15be commit 7748630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/no_effect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn check_no_effect(cx: &LateContext<'_>, stmt: &Stmt<'_>) -> bool {
121121
stmt.span.shrink_to_lo(),
122122
"did you mean to return it?",
123123
"return ",
124-
Applicability::MaybeIncorrect,
124+
Applicability::Unspecified,
125125
);
126126
}
127127
}

0 commit comments

Comments
 (0)