Skip to content

Commit 30aa1f5

Browse files
authored
Merge pull request #337 from mozilla/clippy-remove-wrong_self_convention
Remove obsolete clippy::wrong_self_convention
2 parents 2dcd3d8 + c3a83fa commit 30aa1f5

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)