Skip to content

Commit

Permalink
Remove unused import in code example (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jan 2, 2021
1 parent 924da31 commit a3bb0d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blog/content/edition-2/posts/10-heap-allocation/index.md
Expand Up @@ -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]
Expand Down

0 comments on commit a3bb0d3

Please sign in to comment.