Skip to content

Commit 2dd7013

Browse files
nickelcGeal
authored andcommitted
Remove #[deprecated] attribute from trait impl block
> Deprecation attributes have no effect on trait implementations.
1 parent 24f7622 commit 2dd7013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ impl<'a> InputLength for &'a str {
3838
}
3939
}
4040

41-
#[deprecated(since = "6.0.0", note = "Use `BitSlice`")]
4241
impl<'a> InputLength for (&'a [u8], usize) {
4342
#[inline]
4443
fn input_len(&self) -> usize {

0 commit comments

Comments
 (0)