aboutsummaryrefslogtreecommitdiff
path: root/src/mem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem.rs')
-rw-r--r--src/mem.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mem.rs b/src/mem.rs
deleted file mode 100644
index e32bb13..0000000
--- a/src/mem.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//! # Memory crate
-//!
-//! Provides the Allocator for the OS.
-pub mod alloc;
-mod types;