Skip to content

Commit fce8d9b

Browse files
committed
Remove warning about unused values in enum.
Pretty sure they get printed to the console where we can see them.
1 parent ae282d6 commit fce8d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neotron-os/src/program.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ static OPEN_HANDLES: CsRefCell<[OpenHandle; 8]> = CsRefCell::new([
6868

6969
/// Ways in which loading a program can fail.
7070
#[derive(Debug)]
71+
#[allow(unused)]
7172
pub enum Error {
7273
/// A filesystem error occurred
7374
Filesystem(crate::fs::Error),

0 commit comments

Comments
 (0)