Skip to content

Commit

Permalink
add dead_code to methods we don't use yet
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 16, 2024
1 parent 7fbe408 commit bf43e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/read/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,11 +1072,13 @@ pub mod util {
Self { inner, limit }
}

#[allow(dead_code)]
#[inline(always)]
pub const fn limit(&self) -> u64 {
self.limit
}

#[allow(dead_code)]
pub fn into_inner(self) -> W {
self.inner
}
Expand Down

0 comments on commit bf43e53

Please sign in to comment.