Skip to content

Commit c3a83fa

Browse files
authored
Remove obsolete clippy::wrong_self_convention
rust-lang/rust-clippy#6727 has been fixed, so this is no longer necessary
1 parent 2dcd3d8 commit c3a83fa

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
@@ -71,8 +71,6 @@ impl ToU64 for usize {
7171
/// A trait to indicate a type can be infallibly converted to `usize`.
7272
/// This should only be implemented for infallible conversions, so only unsigned types are valid.
7373
pub trait ToUsize {
74-
// Remove when https://github.com/rust-lang/rust-clippy/issues/6727 is resolved
75-
#[allow(clippy::wrong_self_convention)]
7674
fn to_usize(self) -> usize;
7775
}
7876

0 commit comments

Comments
 (0)