Skip to content

Commit

Permalink
Silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jan 19, 2024
1 parent c1993f0 commit 4a4dbbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol_decoder/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#![feature(linked_list_cursors)]
#![feature(trait_alias)]
#![feature(iter_array_chunks)]
// TODO: address these lints
#![allow(unused)]
#![allow(clippy::type_complexity)]
#![allow(private_interfaces)]

mod compact;
pub mod decoding;
Expand Down

0 comments on commit 4a4dbbb

Please sign in to comment.