mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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
|
||||
// in tests/heap_allocation.rs
|
||||
|
||||
use blog_os::{serial_print, serial_println};
|
||||
use alloc::boxed::Box;
|
||||
|
||||
#[test_case]
|
||||
|
||||
Reference in New Issue
Block a user