Skip to content

Commit c9d9838

Browse files
committedAug 11, 2023
fix: remove lib.rs
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 7637c30 commit c9d9838

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
@@ -16,9 +16,6 @@ mod uefi;
1616

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

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

0 commit comments

Comments
 (0)