summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorChristian Cunningham <c@localhost>2022-08-24 19:58:42 -0700
committerChristian Cunningham <c@localhost>2022-08-24 19:58:42 -0700
commit8e1ace2ce673a8f2d627843ff6424c4a0e3eea97 (patch)
treed64dc005637f3374426b3dc050276839a194a4bf /src/lib.rs
parentb883b484e7378e8daa953e844e4e93214197eb7e (diff)
Remove serial module
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 476ef60..550b78f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,6 +3,5 @@
//! Processor independent code for operating systems!
//! Provides common structures for synchronization, memory, etc.
#![no_std]
-pub mod serial;
pub mod sync;
pub mod util;