diff options
| author | Thibaud <ThibsG@users.noreply.github.com> | 2020-11-24 18:04:58 +0100 |
|---|---|---|
| committer | ThibsG <Thibs@debian.com> | 2020-12-10 17:08:42 +0100 |
| commit | 1e0f85b2640e9c2a90c197780c534a96148138bc (patch) | |
| tree | 142aca69931d81fa988d361a8b99f8828171c6c2 | |
| parent | db98651e722ca1cc12f2ffe159c1bc128880f8a4 (diff) | |
| download | rust-1e0f85b2640e9c2a90c197780c534a96148138bc.tar.gz rust-1e0f85b2640e9c2a90c197780c534a96148138bc.zip | |
Update tests/ui/use_self.rs
Co-authored-by: Eduardo Broto <ebroto@tutanota.com>
| -rw-r--r-- | tests/ui/use_self.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/use_self.rs b/tests/ui/use_self.rs index a4f7b0bfd24..b04d9ce75b2 100644 --- a/tests/ui/use_self.rs +++ b/tests/ui/use_self.rs @@ -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>; } |
