From 8e1ace2ce673a8f2d627843ff6424c4a0e3eea97 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 24 Aug 2022 19:58:42 -0700 Subject: Remove serial module --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1