Skip to content

Commit

Permalink
Allow slice_as_bytes on bytes_nth
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus committed Jun 19, 2023
1 parent 5dd77b2 commit 826035b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/bytes_nth.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//@run-rustfix

#![allow(clippy::unnecessary_operation)]
#![allow(clippy::slice_as_bytes)]
#![warn(clippy::bytes_nth)]

fn main() {
Expand Down

0 comments on commit 826035b

Please sign in to comment.