Skip to content

Commit

Permalink
Fix building on Hermit (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Jul 30, 2023
1 parent 030106d commit 48155e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

use Errno;
use crate::Errno;

pub fn with_description<F, T>(_err: Errno, callback: F) -> T
where
Expand Down

0 comments on commit 48155e1

Please sign in to comment.