rust/clippy_lints
Shea Newton 5b759efa4c
Rename instances of array_indexing
This commit renames instances of `array_indexing` to `indexing_slicing` and moves the `indexing_slicing` lint to the `clippy_pedantic` group. The justification for this commit's changes are detailed in the previous commit's message.
2018-06-19 16:27:39 +00:00
..
2018-06-19 16:27:39 +00:00
2018-06-19 09:56:37 +02:00

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.