Skip to content

Commit

Permalink
Update clippy_lints/src/no_effect.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Takayuki Nakata <[email protected]>
  • Loading branch information
F3real and giraffate authored Oct 19, 2021
1 parent 5f164c3 commit 84ae3ac
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 @@ -46,7 +46,7 @@ declare_clippy_lint! {
/// ```
pub NO_EFFECT_UNDERSCORE_BINDING,
pedantic,
"binding to _ prefixed variable with no side-effect"
"binding to `_` prefixed variable with no side-effect"
}

declare_clippy_lint! {
Expand Down

0 comments on commit 84ae3ac

Please sign in to comment.