Skip to content

Commit 6b9bc41

Browse files
committed
fix: no_std builds
1 parent 6256101 commit 6b9bc41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raw_struct/src/memory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use alloc::boxed::Box;
12
use core::{
23
marker,
34
mem::{

0 commit comments

Comments
 (0)