Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 20, 2025
1 parent 90bdf60 commit 2de381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_allocator/src/allocators/global.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(feature = "nightly")]
use std::alloc::Global;
pub use std::alloc::Global;

#[cfg(not(feature = "nightly"))]
pub use allocator_api2::alloc::Global;

0 comments on commit 2de381e

Please sign in to comment.