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
|
@ -24,7 +24,7 @@ use utils::{self, higher};
|
|||
declare_lint! {
|
||||
pub OUT_OF_BOUNDS_INDEXING,
|
||||
Deny,
|
||||
"out of bound constant indexing"
|
||||
"out of bounds constant indexing"
|
||||
}
|
||||
|
||||
/// **What it does:** Checks for usage of indexing or slicing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue