190 |
#[allow(clippy::manual_assert)]
|
191 |
if let Some(max_value_length) = self.max_value_length {
|
246 |
#[allow(clippy::manual_assert)]
|
247 |
if let AttributeControl::AutomaticResponse(_) = self.control {
|
69 |
if let Some(Lifetime { ident, .. }) = &ty.lifetime {
|
70 |
#[allow(clippy::manual_assert)]
|
71 |
if *ident != "static" {
|
82 |
/// Assertion to ensure, that [`Self::STEPS`] has exactly 3 step types.
|
83 |
#[allow(clippy::manual_assert)] // `assert_eq!` isn't const yet
|
84 |
const EXACTLY_3_STEPS: () = if Self::STEPS.len() != 3 {
|
260 |
for _ in 0..(counts.len() - 1) {
|
261 |
#[allow(clippy::manual_assert)]
|
262 |
if it.next().is_none() {
|
993 |
#[allow(clippy::manual_assert)]
|
994 |
if !staterestorer.has_content() {
|
506 |
#[allow(clippy::manual_assert)]
|
507 |
if !staterestorer.has_content() {
|
275 |
if size > self.options.max_allocation {
|
276 |
#[allow(clippy::manual_assert)]
|
277 |
if self.options.max_allocation_panics {
|
531 |
#[allow(clippy::manual_assert)]
|
532 |
if !self.options.continue_on_error {
|
593 |
if let Err(err) = self.destroy_mut() {
|
594 |
#[allow(clippy::manual_assert)]
|
595 |
if !std::thread::panicking() {
|
730 |
#[test]
|
731 |
#[allow(clippy::manual_assert)] // approx::assert_relative_eq false positive
|
732 |
fn value_as_float_tests() {
|
143 |
let _: Result<[CountDrop; 4], ()> = super::array_try_from_fn(|idx| {
|
144 |
#[allow(clippy::manual_assert)]
|
145 |
if idx == 2 {
|
246 |
// First up, try to detect if the order of destruction is correct.
|
247 |
#[allow(clippy::manual_assert)]
|
248 |
let _ = GIL_COUNT.try_with(|c| {
|
283 |
// Blocked on Rust, not issue known.
|
284 |
#[allow(clippy::manual_assert)]
|
285 |
if LIMBS != Self::LIMBS {
|
16 |
clippy::needless_pass_by_value,
|
17 |
clippy::manual_assert,
|
18 |
clippy::ptr_as_ptr,
|
54 |
#![allow(
|
55 |
clippy::manual_assert,
|
56 |
clippy::missing_errors_doc,
|
4 |
clippy::items_after_statements,
|
5 |
clippy::manual_assert,
|
6 |
clippy::manual_strip,
|
280 |
clippy::doc_markdown,
|
281 |
clippy::manual_assert,
|
282 |
clippy::must_use_candidate,
|
319 |
clippy::needless_pass_by_value,
|
320 |
clippy::manual_assert
|
321 |
)]
|
1 |
#![allow(clippy::manual_assert)]
|
113 |
clippy::expl_impl_clone_on_copy,
|
114 |
clippy::manual_assert,
|
115 |
clippy::missing_panics_doc,
|
5 |
clippy::items_after_statements,
|
6 |
clippy::manual_assert,
|
7 |
clippy::must_use_candidate,
|
100 |
clippy::items_after_statements,
|
101 |
clippy::manual_assert,
|
102 |
clippy::must_use_candidate,
|
25 |
clippy::redundant_else,
|
26 |
clippy::manual_assert,
|
27 |
clippy::needless_pass_by_value
|
140 |
#![allow(
|
141 |
clippy::manual_assert,
|
142 |
clippy::missing_panics_doc,
|
322 |
clippy::large_enum_variant,
|
323 |
clippy::manual_assert,
|
324 |
clippy::match_same_arms,
|
34 |
clippy::redundant_else,
|
35 |
clippy::manual_assert,
|
36 |
clippy::needless_pass_by_value
|
95 |
clippy::items_after_statements,
|
96 |
clippy::manual_assert,
|
97 |
clippy::must_use_candidate,
|
45 |
clippy::items_after_statements,
|
46 |
clippy::manual_assert,
|
47 |
clippy::map_err_ignore,
|
153 |
empty_line_after_outer_attr,
|
154 |
manual_assert,
|
155 |
missing_docs_in_private_items,
|
131 |
clippy::if_not_else,
|
132 |
clippy::manual_assert,
|
133 |
clippy::match_like_matches_macro,
|
79 |
clippy::if_not_else,
|
80 |
clippy::manual_assert,
|
81 |
clippy::match_same_arms,
|
269 |
clippy::large_enum_variant,
|
270 |
clippy::manual_assert,
|
271 |
clippy::match_on_vec_items,
|
1 |
#![allow(clippy::manual_assert)]
|
6 |
clippy::explicit_deref_methods,
|
7 |
clippy::manual_assert,
|
8 |
clippy::match_wildcard_for_single_variants,
|
4 |
#![feature(rustc_private)]
|
5 |
#![allow(clippy::manual_assert)]
|
217 |
clippy::iter_not_returning_iterator, // https://github.com/rust-lang/rust-clippy/issues/8285
|
218 |
clippy::manual_assert,
|
219 |
clippy::manual_range_contains,
|
229 |
clippy::let_underscore_drop,
|
230 |
clippy::manual_assert,
|
231 |
clippy::manual_range_contains,
|