67 |
#[allow(clippy::collapsible_match)]
|
68 |
async fn from_request(request: &'r Request<'_>) -> request::Outcome<Self, Self::Error> {
|
117 |
#[allow(clippy::collapsible_match)]
|
118 |
async fn from_request(request: &'r Request<'_>) -> request::Outcome<Self, Self::Error> {
|
146 |
#[allow(clippy::collapsible_match)]
|
147 |
async fn from_request(request: &'r Request<'_>) -> request::Outcome<Self, Self::Error> {
|
175 |
#[allow(clippy::collapsible_match)]
|
176 |
async fn from_request(request: &'r Request<'_>) -> request::Outcome<Self, Self::Error> {
|
209 |
#[allow(clippy::collapsible_match)]
|
210 |
async fn from_request(request: &'r Request<'_>) -> request::Outcome<Self, Self::Error> {
|
237 |
for arg in args {
|
238 |
#[allow(clippy::collapsible_match)]
|
239 |
match arg {
|
376 |
#[allow(clippy::collapsible_match)]
|
377 |
fn parse_should_panic(attr: &syn::Attribute) -> ShouldPanic {
|
288 |
#[allow(clippy::collapsible_match)]
|
289 |
match &list[2] {
|
156 |
#[allow(clippy::collapsible_match)]
|
157 |
Ok(async move {
|
336 |
let mut code = None;
|
337 |
#[allow(clippy::collapsible_match)]
|
338 |
while let Some(event) = rx.recv().await {
|
320 |
let mut code = None;
|
321 |
#[allow(clippy::collapsible_match)]
|
322 |
while let Some(event) = rx.recv().await {
|
1373 |
#[test]
|
1374 |
#[allow(clippy::collapsible_match)]
|
1375 |
fn parse_assert_message() {
|
541 |
#[allow(clippy::collapsible_match)]
|
542 |
fn process_tokens<'input>(
|
298 |
// Append to url_path
|
299 |
#[allow(clippy::collapsible_match)]
|
300 |
match self.command() {
|
86 |
#[allow(clippy::collapsible_match)]
|
87 |
if let Command::PresignPut { custom_headers, .. } = self.command() {
|
131 |
#[allow(clippy::collapsible_match)]
|
132 |
if let Command::PresignPut { custom_headers, .. } = self.command() {
|
193 |
// Append to url_path
|
194 |
#[allow(clippy::collapsible_match)]
|
195 |
match self.command() {
|
134 |
fn write_new_line_indent(&mut self) -> Result<()> {
|
135 |
#[allow(clippy::collapsible_match)]
|
136 |
if let TextConfig::Pretty { level, indent, .. } = &mut self.config {
|
398 |
#[allow(clippy::collapsible_match)]
|
399 |
fn parse_inner(loc: &Location, script: &str) -> Result<Vec<Record>, ParseError> {
|
296 |
use syn::*;
|
297 |
#[allow(clippy::collapsible_match)]
|
298 |
let attrs = match self {
|
11 |
#[allow(clippy::collapsible_match)]
|
12 |
#[allow(clippy::single_match)]
|
13 |
#[allow(clippy::single_match)]
|
14 |
#[allow(clippy::collapsible_match)]
|
15 |
fn main() {
|
15 |
#[allow(clippy::single_match)]
|
16 |
#[allow(clippy::collapsible_match)]
|
17 |
fn main() {
|
332 |
let mut code = None;
|
333 |
#[allow(clippy::collapsible_match)]
|
334 |
while let Some(event) = rx.recv().await {
|
70 |
// False positive
|
71 |
#[allow(clippy::collapsible_match)]
|
72 |
if let redis::Value::Int(deleted_rows_count) = values[0] {
|
327 |
// False positive
|
328 |
#[allow(clippy::collapsible_match)]
|
329 |
if let Ok(upd) = timeout(shutdown_check_timeout, stream.next()).await {
|
329 |
fn unwrap_or_insert_with<F: FnOnce() -> T>(&mut self, index: usize, default: F) -> T {
|
330 |
#![allow(clippy::collapsible_match)]
|
331 |
if let Some(elem) = self.get(index) {
|
47 |
#![allow(clippy::collapsible_match)]
|
48 |
#![allow(clippy::single_match)]
|
23 |
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/7575
|
24 |
clippy::collapsible_match,
|
25 |
clippy::derive_partial_eq_without_eq,
|
6 |
clippy::match_like_matches_macro,
|
7 |
clippy::collapsible_match,
|
8 |
clippy::unused_unit,
|