diff options
| author | Christian Cunningham <c@localhost> | 2022-08-22 22:16:58 -0700 |
|---|---|---|
| committer | Christian Cunningham <c@localhost> | 2022-08-22 22:16:58 -0700 |
| commit | a1c8269dc367a6b37986417aa650ec65ac77aae3 (patch) | |
| tree | 5f524a7a391df1e770e01db7dc4ae37b85374fa9 /src/tests.rs | |
| parent | 3a0752f734f4370a05e45958499ddd9c3a4b3919 (diff) | |
Fix unused imports
Diffstat (limited to 'src/tests.rs')
| -rw-r--r-- | src/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests.rs b/src/tests.rs index e26c87a..745672a 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -1,4 +1,6 @@ use crate::{serial_print,serial_println}; + +#[cfg(test)] use crate::qemu::*; /// # Testable trait |
