oxc/crates/oxc_index/tests
overlookmotel 71116a1cbd feat(index)!: remove ability to index IndexVec with usize (#5733)
`IndexVec` should only be indexed into with its associated `Idx` type. The implementation taken from `index_vec` crate however also includes the ability to index into the `Vec` with a `usize` "as an ergonomic concession, it's too painful without":

https://docs.rs/index_vec/0.1.4/src/index_vec/indexing.rs.html#112-134

I think we want to be stricter than this, so remove this ability.
2024-09-13 02:37:34 +00:00
..
test.rs feat(index)!: remove ability to index IndexVec with usize (#5733) 2024-09-13 02:37:34 +00:00