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 2dcd3d8 + c3a83fa commit 30aa1f5Copy full SHA for 30aa1f5
mp4parse/src/lib.rs
@@ -71,8 +71,6 @@ impl ToU64 for usize {
71
/// A trait to indicate a type can be infallibly converted to `usize`.
72
/// This should only be implemented for infallible conversions, so only unsigned types are valid.
73
pub trait ToUsize {
74
- // Remove when https://github.com/rust-lang/rust-clippy/issues/6727 is resolved
75
- #[allow(clippy::wrong_self_convention)]
76
fn to_usize(self) -> usize;
77
}
78
0 commit comments