oxc/crates/oxc_allocator/src
overlookmotel 0677a91e14 refactor(allocator): make Box::new_in code more explicit (#4432)
Replace `.into` with `NonNull::from`. I feel this is a bit clearer.
2024-07-23 15:41:31 +00:00
..
arena.rs refactor(allocator): make Box::new_in code more explicit (#4432) 2024-07-23 15:41:31 +00:00
convert.rs feat(allocator): introduce FromIn and IntoIn traits. (#4088) 2024-07-08 07:07:17 +00:00
lib.rs feat(allocator): introduce FromIn and IntoIn traits. (#4088) 2024-07-08 07:07:17 +00:00
serialize.rs