Skip to content

Commit 1e0f85b

Browse files
ThibsGebroto
andcommitted
Update tests/ui/use_self.rs
Co-authored-by: Eduardo Broto <[email protected]>
1 parent db98651 commit 1e0f85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/use_self.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod lifetimes {
7171

7272
mod issue2894 {
7373
trait IntoBytes {
74-
#[allow(clippy::clippy::wrong_self_convention)]
74+
#[allow(clippy::wrong_self_convention)]
7575
fn into_bytes(&self) -> Vec<u8>;
7676
}
7777

0 commit comments

Comments
 (0)