mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
doc(allocator): Mention oxc_allocator
This commit is contained in:
parent
6b8ee2b51d
commit
be99ce0a57
@ -1,3 +1,7 @@
|
||||
//! Allocator for swc.
|
||||
//!
|
||||
//! API designed after [`oxc_allocator`](https://github.com/oxc-project/oxc/tree/725571aad193ec6ba779c820baeb4a7774533ed7/crates/oxc_allocator/src).
|
||||
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use bumpalo::Bump;
|
||||
|
Loading…
Reference in New Issue
Block a user