diff options
Diffstat (limited to 'components/allocator/lib.rs')
-rw-r--r-- | components/allocator/lib.rs | 2 |
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 { |