Skip to content

Commit

Permalink
Apply stable clipy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 1, 2024
1 parent 704f7c7 commit b168b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impls/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::writer::Writer;
use crate::{ctx::*, DekuReader};
use crate::{DekuError, DekuWriter};

impl<'a> DekuReader<'a, ReadExact> for Vec<u8> {
impl DekuReader<'_, ReadExact> for Vec<u8> {
fn from_reader_with_ctx<R: Read + Seek>(
reader: &mut Reader<R>,
exact: ReadExact,
Expand Down

0 comments on commit b168b35

Please sign in to comment.