Skip to content

Commit 97a488e

Browse files
committed
Fix dummy build
1 parent 7f3f04a commit 97a488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dummy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
use crate::Allocator;
12
use core::ptr;
2-
use Allocator;
33

44
pub struct System {
55
_priv: (),

0 commit comments

Comments
 (0)