rust-clippy/clippy_lints
bors 7dfa6ced9b Auto merge of #12266 - granddaifuku:fix/ice-12253-index-exceeds-usize, r=Manishearth
fix: ICE when array index exceeds usize

fixes #12253

This PR fixes ICE in `indexing_slicing` as it panics when the index of the array exceeds `usize`.

changelog: none
2024-02-12 19:08:14 +00:00
..
src Auto merge of #12266 - granddaifuku:fix/ice-12253-index-exceeds-usize, r=Manishearth 2024-02-12 19:08:14 +00:00
Cargo.toml Bump Clippy version -> 0.1.78 2024-02-08 19:13:40 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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