Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 15, 2023
1 parent 8911e9c commit f98c0a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ impl BinaryBuffer {

impl Index<usize> for BinaryBuffer {
type Output = u8;

fn index(&self, i: usize) -> &u8 {
&self.0[i]
}
Expand Down

0 comments on commit f98c0a0

Please sign in to comment.