diff options
| author | Christian Cunningham <c@localhost> | 2022-08-24 19:58:42 -0700 |
|---|---|---|
| committer | Christian Cunningham <c@localhost> | 2022-08-24 19:58:42 -0700 |
| commit | 8e1ace2ce673a8f2d627843ff6424c4a0e3eea97 (patch) | |
| tree | d64dc005637f3374426b3dc050276839a194a4bf /src/lib.rs | |
| parent | b883b484e7378e8daa953e844e4e93214197eb7e (diff) | |
Remove serial module
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
