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.
1 parent a529b06 commit 06096f5Copy full SHA for 06096f5
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