Fix import in code example in Chinese translation of VGA text buffer post

This commit is contained in:
Philipp Oppermann
2020-08-13 17:46:06 +02:00
committed by GitHub
parent 30650ab52b
commit 90b5a958d3

View File

@@ -327,7 +327,7 @@ impl Writer {
```rust
// in src/vga_buffer.rs
use core::fmt::Write;
use core::fmt;
impl fmt::Write for Writer {
fn write_str(&mut self, s: &str) -> fmt::Result {