oxc/crates/oxc_allocator
overlookmotel f7d113625e refactor(allocator): remove unnecessary Vec impl (#6213)
`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`.
2024-10-01 10:54:47 +00:00
..
src refactor(allocator): remove unnecessary Vec impl (#6213) 2024-10-01 10:54:47 +00:00
Cargo.toml release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
CHANGELOG.md release(crates): v0.30.2 (#6100) 2024-09-27 13:28:12 +08:00