Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TehPers committed Aug 15, 2024
1 parent f7ffb87 commit 87d2358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assertions/iterators/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ where
/// # use expecters::prelude::*;
/// expect!([0xF0, 0xA4, 0xAD], as_utf8, to_contain_substr(""));
/// ```
#[allow(clippy::wrong_self_convention)]
fn as_utf8(self) -> AssertionBuilder<String, AsUtf8Modifier<M>>
where
T: IntoIterator<Item = u8>;
Expand Down

0 comments on commit 87d2358

Please sign in to comment.