Skip to content

Commit

Permalink
Update tests/ui/use_self.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Broto <ebroto@tutanota.com>
  • Loading branch information
ThibsG and ebroto committed Dec 10, 2020
1 parent db98651 commit 1e0f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/use_self.rs
Expand Up @@ -71,7 +71,7 @@ mod lifetimes {

mod issue2894 {
trait IntoBytes {
#[allow(clippy::clippy::wrong_self_convention)]
#[allow(clippy::wrong_self_convention)]
fn into_bytes(&self) -> Vec<u8>;
}

Expand Down

0 comments on commit 1e0f85b

Please sign in to comment.