Skip to content

Commit

Permalink
oops wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jul 22, 2023
1 parent 6e4e38d commit 2431f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::from_str_radix_10)]
#![allow(clippy::from_str_radix_10, clippy::seek_from_current)]

mod attribute_bits;
mod commands;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
//! ```

#![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 2431f30

Please sign in to comment.