Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 29, 2023
1 parent de45add commit 1dea596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backhand/src/compressor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::filesystem::writer::{CompressionExtra, FilesystemCompressor};

#[derive(Copy, Clone, Debug, PartialEq, Eq, DekuRead, DekuWrite, Default)]
#[deku(endian = "endian", ctx = "endian: deku::ctx::Endian")]
#[deku(type = "u16")]
#[deku(id_type = "u16")]
#[rustfmt::skip]
pub enum Compressor {
None = 0,
Expand Down
2 changes: 1 addition & 1 deletion backhand/src/inode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Inode {
}

#[derive(Debug, DekuRead, DekuWrite, Clone, Copy, PartialEq, Eq)]
#[deku(type = "u16")]
#[deku(id_type = "u16")]
#[deku(endian = "endian", ctx = "endian: deku::ctx::Endian")]
#[rustfmt::skip]
pub enum InodeId {
Expand Down

0 comments on commit 1dea596

Please sign in to comment.