Skip to content

Commit e097c2f

Browse files
CoAlloc: library/alloc/src/ffi: minor
1 parent 86f332d commit e097c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/ffi/c_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use core::ptr;
1717
use core::slice;
1818
use core::slice::memchr;
1919
use core::str::{self, Utf8Error};
20-
use crate::Global;
20+
use crate::alloc::Global;
2121
use crate::DEFAULT_COOP_PREFERRED;
2222

2323
#[cfg(target_has_atomic = "ptr")]

0 commit comments

Comments
 (0)