mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Remove unused import in code example (#898)
This commit is contained in:
@@ -715,8 +715,6 @@ Now we're ready to add a few test cases. First, we add a test that performs some
|
|||||||
|
|
||||||
```rust
|
```rust
|
||||||
// in tests/heap_allocation.rs
|
// in tests/heap_allocation.rs
|
||||||
|
|
||||||
use blog_os::{serial_print, serial_println};
|
|
||||||
use alloc::boxed::Box;
|
use alloc::boxed::Box;
|
||||||
|
|
||||||
#[test_case]
|
#[test_case]
|
||||||
|
|||||||
Reference in New Issue
Block a user