Skip to content

Commit

Permalink
Allow index slicing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Jun 19, 2024
1 parent a81b64e commit 645d8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(test, allow(clippy::indexing_slicing))]

pub mod channel;
pub mod commands;
pub mod config;
Expand Down

0 comments on commit 645d8eb

Please # to comment.