Skip to content

Commit

Permalink
fix: remove lib.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 11, 2023
1 parent 7637c30 commit c9d9838
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ mod uefi;

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

// Workaround for https://github.com/hermitcore/rusty-loader/issues/117
use rusty_loader as _;

#[doc(hidden)]
fn _print(args: fmt::Arguments<'_>) {
unsafe {
Expand Down

0 comments on commit c9d9838

Please sign in to comment.