Skip to content

Commit 94f4fdd

Browse files
CoAlloc: FFI: minor
1 parent 86d380a commit 94f4fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/ffi/os_str.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[cfg(test)]
22
mod tests;
33

4+
use crate::alloc::Global;
45
use crate::borrow::{Borrow, Cow};
56
use crate::cmp;
67
use crate::collections::TryReserveError;

0 commit comments

Comments
 (0)