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 2dcd3d8 commit c3a83faCopy full SHA for c3a83fa
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