]> git.lizzy.rs Git - rust.git/commit
Rename instances of `array_indexing`
authorShea Newton <shnewto@gmail.com>
Wed, 23 May 2018 05:02:07 +0000 (22:02 -0700)
committerShea Newton <shnewto@gmail.com>
Tue, 19 Jun 2018 16:27:39 +0000 (16:27 +0000)
commit5b759efa4c9702aa095f1564e9cfa76046abf2b1
treed6c6acde6ef97de1530f312b80f4a2fa27d1454d
parent7af0c678559ef75e9ec6359ec3e05d76dfc355f5
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.
clippy_lints/src/array_indexing.rs [deleted file]
clippy_lints/src/indexing_slicing.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
tests/ui/array_indexing.rs [deleted file]
tests/ui/array_indexing.stderr [deleted file]
tests/ui/indexing_slicing.rs [new file with mode: 0644]
tests/ui/indexing_slicing.stderr [new file with mode: 0644]