Skip to content

Commit ff1fee8

Browse files
committed
Remove redundant import
1 parent b395678 commit ff1fee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/printer/vga_320x200.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Printer {
3434
}
3535

3636
fn write_char(&mut self, c: char) {
37-
use font8x8::{self, UnicodeFonts};
37+
use font8x8::UnicodeFonts;
3838

3939
if c == '\n' {
4040
self.newline();

0 commit comments

Comments
 (0)