Skip to content

Commit 63045b7

Browse files
committed
feat(swc_allocator): Add Box and Vec
1 parent 5627038 commit 63045b7

File tree

1 file changed

+1
-2
lines changed
  • crates/swc_allocator/src

1 file changed

+1
-2
lines changed

crates/swc_allocator/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
#![deny(missing_docs)]
3535
#![allow(clippy::derivable_impls)]
3636

37-
// TODO: Add types back
38-
// pub use crate::types::*;
37+
pub use crate::types::*;
3938

4039
pub mod allocators;
4140
pub mod api;

0 commit comments

Comments
 (0)