Merge commit 'a3ed905928
' into clippyup
This commit is contained in:
parent
f30fc0a5e2
commit
a1b75c5108
783 changed files with 2368 additions and 1464 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue