Skip to content

Commit 06096f5

Browse files
authored
Remove obsolete clippy::wrong_self_convention, again
Missed a spot with #337
1 parent a529b06 commit 06096f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mp4parse/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ const MIF1_BRAND: FourCC = FourCC { value: *b"mif1" };
5151
/// A trait to indicate a type can be infallibly converted to `u64`.
5252
/// This should only be implemented for infallible conversions, so only unsigned types are valid.
5353
trait ToU64 {
54-
// Remove when https://github.com/rust-lang/rust-clippy/issues/6727 is resolved
55-
#[allow(clippy::wrong_self_convention)]
5654
fn to_u64(self) -> u64;
5755
}
5856

0 commit comments

Comments
 (0)