Skip to content

Commit

Permalink
Merge pull request #257 from mkroening/no-lib
Browse files Browse the repository at this point in the history
fix: remove lib.rs
  • Loading branch information
mkroening authored Aug 11, 2023
2 parents df741d0 + a8af8e3 commit 9dc0b2b
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 @@ -17,9 +17,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 9dc0b2b

Please sign in to comment.