Skip to content

Commit

Permalink
doc(allocator): Mention oxc_allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 10, 2024
1 parent 6b8ee2b commit be99ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/swc_allocator/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit be99ce0

Please sign in to comment.