Skip to content

Commit a8af8e3

Browse files
committed
fix: remove lib.rs
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent df741d0 commit a8af8e3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/lib.rs

-2
This file was deleted.

src/main.rs

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ mod uefi;
1717

1818
use core::fmt::{self, Write};
1919

20-
// Workaround for https://github.com/hermitcore/rusty-loader/issues/117
21-
use rusty_loader as _;
22-
2320
#[doc(hidden)]
2421
fn _print(args: fmt::Arguments<'_>) {
2522
unsafe {

0 commit comments

Comments
 (0)