Skip to content

Commit

Permalink
#[allow(dead_code)] RIP code 🪦
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Sep 21, 2024
1 parent 24a558c commit 9a53bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ where
Ok(())
}

// NOTE: This function is unused on platforms other than FreeBSD, so we need to allow dead code
#[allow(dead_code)]
fn unpack_with_cli<R, P>(mut src: R, dst: P, levels_to_skip: usize) -> Result<()>
where
R: Read,
Expand Down

0 comments on commit 9a53bb2

Please sign in to comment.