Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jul 22, 2023
1 parent 8a0c4ac commit 6e4e38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
//! ```

#![deny(missing_docs)]
#![allow(clippy::seek_from_current)]

use bincode::{deserialize_from, serialize, serialize_into};
use crc::{Crc, CRC_32_ISO_HDLC};
Expand Down

0 comments on commit 6e4e38d

Please sign in to comment.