Make lint descriptions short and to the point; always fitting the column "triggers on".
This commit is contained in:
parent
3b5ff0f813
commit
b91c1a509e
51 changed files with 340 additions and 243 deletions
|
@ -19,7 +19,7 @@ use utils::span_lint;
|
|||
declare_lint! {
|
||||
pub UNNECESSARY_MUT_PASSED,
|
||||
Warn,
|
||||
"an argument is passed as a mutable reference although the function/method only demands an \
|
||||
"an argument passed as a mutable reference although the callee only demands an \
|
||||
immutable reference"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue