Skip to content

Commit df0591f

Browse files
authored
Merge pull request #352 from mozilla/clippy-remove-wrong_self_convention-2
Remove obsolete clippy::wrong_self_convention, again
2 parents a529b06 + 06096f5 commit df0591f

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)