oxc/crates/oxc_allocator/src
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
..
boxed.rs docs(allocator): document oxc_allocator crate (#6037) 2024-09-25 02:16:32 +00:00
clone_in.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
convert.rs refactor(allocator, ast, span, ast_tools): use allocator as var name for Allocator (#4900) 2024-08-15 10:49:11 +00:00
lib.rs docs(allocator): document oxc_allocator crate (#6037) 2024-09-25 02:16:32 +00:00
serialize.rs
vec.rs refactor(allocator): remove unnecessary Vec impl (#6213) 2024-10-01 10:54:47 +00:00