Skip to content

Commit c11012b

Browse files
committed
deimplification
1 parent a41a1c1 commit c11012b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tock/boards/arty-e21/src/main.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ use kernel::Platform;
77
use kernel::{create_capability, static_init};
88

99
pub mod io {
10-
use core::fmt::Write;
1110
use core::panic::PanicInfo;
12-
use core::str;
13-
14-
struct Writer;
15-
16-
impl Write for Writer {
17-
fn write_str(&mut self, _: &str) -> ::core::fmt::Result { loop { } }
18-
}
1911

2012
#[cfg(not(test))]
2113
#[no_mangle]

0 commit comments

Comments
 (0)