Remove unused import in code example (#898)

This commit is contained in:
Byron Hambly
2021-01-02 18:19:15 +02:00
committed by GitHub
parent 924da318c0
commit a3bb0d3469

View File

@@ -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]