Skip to content

Commit

Permalink
Make it Unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
Centri3 committed Jun 13, 2023
1 parent fcf15be commit 7748630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/no_effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn check_no_effect(cx: &LateContext<'_>, stmt: &Stmt<'_>) -> bool {
stmt.span.shrink_to_lo(),
"did you mean to return it?",
"return ",
Applicability::MaybeIncorrect,
Applicability::Unspecified,
);
}
}
Expand Down

0 comments on commit 7748630

Please sign in to comment.