Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clippy dead_code error for
IsizeExt
with latest 1.78 stable too…
…lchain On 1.78 clippy notices that the `clamp_into_u16` `IsizeExt` trait is dead code. The corresponding function in the `UsizeExt` trait is used however. This commit tags the `IsizeExt` version with `#[allow(dead_code)]` to silence the clippy error.
- Loading branch information