Skip to content

Commit

Permalink
inout: Avoid implementing Debug for SrcIndexError.
Browse files Browse the repository at this point in the history
Revisit this if/when we expose this API publicly.
  • Loading branch information
briansmith committed Jan 1, 2025
1 parent e525f21 commit 1d832d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inout/overlapping/overlapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ impl<T> Overlapping<'_, T> {
}
}

#[derive(Debug)]
pub struct SrcIndexError(#[allow(dead_code)] RangeFrom<usize>);

impl SrcIndexError {
Expand Down

0 comments on commit 1d832d5

Please sign in to comment.