mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
`impl<'alloc, T> ops::Index<usize> for &'alloc Vec<'alloc, T>` is unnecessary, as we already have `impl<'alloc, T> ops::Index<usize> for Vec<'alloc, T>`, whose `index` method takes a `&self`. |
||
|---|---|---|
| .. | ||
| boxed.rs | ||
| clone_in.rs | ||
| convert.rs | ||
| lib.rs | ||
| serialize.rs | ||
| vec.rs | ||