We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a529b06 + 06096f5 commit df0591fCopy full SHA for df0591f
mp4parse/src/lib.rs
@@ -51,8 +51,6 @@ const MIF1_BRAND: FourCC = FourCC { value: *b"mif1" };
51
/// A trait to indicate a type can be infallibly converted to `u64`.
52
/// This should only be implemented for infallible conversions, so only unsigned types are valid.
53
trait ToU64 {
54
- // Remove when https://github.com/rust-lang/rust-clippy/issues/6727 is resolved
55
- #[allow(clippy::wrong_self_convention)]
56
fn to_u64(self) -> u64;
57
}
58
0 commit comments