Skip to content

Commit

Permalink
Improve impl DataFind
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Dec 18, 2023
1 parent 54d46e5 commit 8cf43a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1133,4 +1133,4 @@ trait DataFind: AsRef<[u8]> {
}
}

impl DataFind for [u8] {}
impl<A: AsRef<[u8]> + ?Sized> DataFind for A {}

0 comments on commit 8cf43a0

Please sign in to comment.