We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a488e commit 8c4ff07Copy full SHA for 8c4ff07
src/xous.rs
@@ -1,5 +1,5 @@
1
+use crate::Allocator;
2
use core::ptr;
-use Allocator;
3
4
pub struct System {
5
_priv: (),
0 commit comments