aboutsummaryrefslogtreecommitdiff
path: root/src/mem.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-26 17:25:34 -0700
committerChristian Cunningham <cc@localhost>2022-08-26 17:25:34 -0700
commita04cf2dbb8d2e890405fbf0a1022aaad3015b1e8 (patch)
tree381892074d13c059d50cb88caa41f8a8722c07ce /src/mem.rs
parent7f3d7d9ce9818078b6a4616b4c31a28e2868397b (diff)
Modularize
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;