aboutsummaryrefslogtreecommitdiffstats
path: root/components/allocator
diff options
context:
space:
mode:
Diffstat (limited to 'components/allocator')
-rw-r--r--components/allocator/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/allocator/lib.rs b/components/allocator/lib.rs
index 67614892614..59596ce8e8d 100644
--- a/components/allocator/lib.rs
+++ b/components/allocator/lib.rs
@@ -7,7 +7,7 @@
#[global_allocator]
static ALLOC: Allocator = Allocator;
-pub use platform::*;
+pub use crate::platform::*;
#[cfg(not(windows))]
mod platform {