Some "parenthesis" and "parentheses" fixes
This commit is contained in:
parent
7fbd4ce276
commit
3c1d55422a
30 changed files with 100 additions and 100 deletions
|
@ -670,7 +670,7 @@ declare_lint! {
|
|||
///
|
||||
/// ### Explanation
|
||||
///
|
||||
/// The parenthesis are not needed, and should be removed. This is the
|
||||
/// The parentheses are not needed, and should be removed. This is the
|
||||
/// preferred style for writing these expressions.
|
||||
pub(super) UNUSED_PARENS,
|
||||
Warn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue