Skip to content

Commit

Permalink
feat(swc_allocator): Add Box and Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 21, 2025
1 parent 5627038 commit 63045b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_allocator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
#![deny(missing_docs)]
#![allow(clippy::derivable_impls)]

// TODO: Add types back
// pub use crate::types::*;
pub use crate::types::*;

pub mod allocators;
pub mod api;
Expand Down

0 comments on commit 63045b7

Please sign in to comment.