Files
rust/tests
Shea Newton c479b3bc28 Removing lint for constant usize array indexing
This commit removes the logic in this PR that linted out-of-bounds constant `usize` indexing on arrays. That case is already handled by rustc's `const_err` lint. Beyond removing the linting logic, the test file and its associated stderr were updated to verify that const `usize` indexing operations on arrays are no longer handled by this `indexing_slicing` lint.
2018-06-19 21:30:43 +00:00
..
2018-06-07 22:01:46 +02:00
2018-04-03 06:22:42 +02:00
2018-03-16 10:54:49 +01:00
2018-03-16 10:54:49 +01:00
2018-05-22 10:21:42 +02:00
2018-05-22 10:21:42 +02:00