diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-25 05:15:35 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:39 +0200 |
| commit | 70f9c89c64caa9f3e06c3c18a35157ce89f16162 (patch) | |
| tree | a3550efb606c55266d8969bcc40fcd472387f44f /src/arch/x86_64/mod.rs | |
| parent | 8f3056df6945674f558073191b8f351f98d0b44a (diff) | |
chore: make clippy happy
Diffstat (limited to 'src/arch/x86_64/mod.rs')
| -rw-r--r-- | src/arch/x86_64/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86_64/mod.rs index c3b226e..715c19f 100644 --- a/src/arch/x86_64/mod.rs +++ b/src/arch/x86_64/mod.rs @@ -1,5 +1,5 @@ pub mod cpu; pub mod interrupt; pub mod io_port; -pub mod misc; pub mod mem; +pub mod misc; |
