Skip to content

Commit e17e6b6

Browse files
committed
Remove redundant import
1 parent 76d4a49 commit e17e6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustedcomputer-rs/src/side.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::fmt::{Display, Formatter, write};
1+
use std::fmt::{Display, Formatter};
22

33
pub enum Side {
44
Top,

0 commit comments

Comments
 (0)