Skip to content

Commit e1077ae

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

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)