1
Fork 0

Merge commit 'a3ed905928' into clippyup

This commit is contained in:
Philipp Krones 2023-04-23 13:03:09 +02:00
parent f30fc0a5e2
commit a1b75c5108
783 changed files with 2368 additions and 1464 deletions

View file

@ -13,7 +13,7 @@ use rustc_span::sym;
declare_clippy_lint! {
/// ### What it does
/// Checks for uses of `std::mem::size_of::<T>() * 8` when
/// Checks for usage of `std::mem::size_of::<T>() * 8` when
/// `T::BITS` is available.
///
/// ### Why is this bad?