• advantage 0.1.0/src/tape.rs
    197
        #[test]
    198
        #[allow(clippy::redundant_closure_call)]
    199
        fn first_order_forward_nonlinear_functions() {
    228
        #[test]
    229
        #[allow(clippy::redundant_closure_call)]
    230
        fn first_order_reverse_nonlinear_functions() {
  • aw-query 0.1.0/src/lib.rs
    19
        clippy::match_single_binding,
    20
        clippy::redundant_closure_call,
    21
        unused_braces
  • beau_collector 0.2.1/src/lib.rs
    64
    {
    65
        #[allow(clippy::redundant_closure_call)]
    66
        fn bcollect<I>(self) -> Result<I>
  • cargo-kcov 0.5.2/src/target_finder.rs
    159
        // lint suppressed: https://github.com/Manishearth/rust-clippy/issues/1684
    160
        #[cfg_attr(feature = "cargo-clippy", allow(redundant_closure_call))]
    161
        let result = (|| {
  • crossbeam-channel 0.5.6/tests/select_macro.rs
    993
    #[allow(clippy::redundant_closure_call)] // This is intentional.
    994
    #[test]
  • deno_cli_lib 1.8.3/lsp/config.rs
    107
      #[allow(clippy::redundant_closure_call)]
    108
      pub fn update_capabilities(
  • dw-query 0.1.0/src/lib.rs
    19
        clippy::match_single_binding,
    20
        clippy::redundant_closure_call,
    21
        unused_braces
  • ensc-testsuite 0.1.6/src/report/emit.rs
    16
        #[allow(clippy::redundant_closure_call)]
    17
        #[dynamic(drop)]
  • esl01-indexedlog 0.3.0/src/errors.rs
    295
                    #[cfg(unix)]
    296
                    #[allow(clippy::redundant_closure_call)]
    297
                    {
  • jni 0.20.0/src/wrapper/jnienv.rs
    588
        /// Common functionality for finding methods.
    589
        #[allow(clippy::redundant_closure_call)]
    590
        fn get_method_id_base<'c, T, U, V, C, R>(
  • makepad-shader-compiler 0.3.0/src/ty_check.rs
    805
        #[allow(clippy::redundant_closure_call)]
    806
        fn ty_check_cons_call_expr(
  • programinduction 0.8.0/src/domains/strings.rs
    443
        #[allow(clippy::cyclomatic_complexity)]
    444
        #[allow(clippy::redundant_closure_call)]
    445
        #[allow(clippy::type_complexity)]
  • rusht 1.1.0/src/common/read.rs
    75
            let gate_clone = gate.clone();
    76
            #[allow(clippy::redundant_closure_call)] // not as easy to remove as clippy thinks
    77
            async_std::task::spawn((async move || {
  • sweeper 1.0.0-rc3/src/field.rs
    291
        /// [chord_outcome]: type.ChordOutcome.html "ChordOutcome — the outcome of a chord operation"
    292
        #[allow(clippy::redundant_closure_call)] // This lint shall not be a thing.
    293
        pub fn chord(&mut self, coordinates: FieldCoordinates) -> ChordOutcome {
  • uni_tmp_jni 0.18.0/src/wrapper/jnienv.rs
    497
        /// Common functionality for finding methods.
    498
        #[allow(clippy::redundant_closure_call)]
    499
        fn get_method_id_base<'c, T, U, V, C, R>(
  • wrflib_shader_compiler 0.0.3/src/ty_check.rs
    460
        #[allow(clippy::redundant_closure_call)]
    461
        fn ty_check_cons_call_expr(&mut self, span: Span, ty_lit: TyLit, arg_exprs: &[Expr]) -> Result<Ty, ParseError> {
  • zaplib_shader_compiler 0.0.3/src/ty_check.rs
    455
        #[allow(clippy::redundant_closure_call)]
    456
        fn ty_check_cons_call_expr(&mut self, span: Span, ty_lit: TyLit, arg_exprs: &[Expr]) -> Result<Ty, ParseError> {
  • anyhow 1.0.68/tests/test_ensure.rs
    10
        clippy::overly_complex_bool_expr,
    11
        clippy::redundant_closure_call,
    12
        clippy::redundant_pattern_matching,
  • ark-nonnative-field 0.3.0/src/lib.rs
    27
    #![allow(
    28
        clippy::redundant_closure_call,
    29
        clippy::enum_glob_use,
  • ark-r1cs-std 0.4.0/src/fields/nonnative/mod.rs
    129
    #![allow(
    130
        clippy::redundant_closure_call,
    131
        clippy::enum_glob_use,
  • auto-diff 0.5.9/src/op/comparison.rs
    1
    #![allow(clippy::redundant_closure_call)]
    2
    use tensor_rs::tensor::Tensor;
  • auto-diff 0.5.9/src/op/element.rs
    1
    #![allow(clippy::redundant_closure_call)]
    2
    use tensor_rs::tensor::Tensor;
  • auto-diff 0.5.9/src/op/index_slicing.rs
    1
    #![allow(clippy::redundant_closure_call)]
    2
    use tensor_rs::tensor::Tensor;
  • auto-diff 0.5.9/src/op/local.rs
    1
    #![allow(clippy::redundant_closure_call)]
    2
    use tensor_rs::tensor::Tensor;
  • auto-diff 0.5.9/src/op/macros.rs
    1
    #![allow(clippy::redundant_closure_call)]
  • auto-diff 0.5.9/src/op/reduction.rs
    1
    #![allow(clippy::redundant_closure_call)]
    2
    use std::cell::{RefCell};
  • cargo-semverver 0.34.0/src/cargo/lib.rs
    12
    #![allow(clippy::large_enum_variant)] // large project
    13
    #![allow(clippy::redundant_closure_call)] // closures over try catch blocks
    14
    #![allow(clippy::too_many_arguments)] // large project
  • cbindgen 0.24.3/src/bindgen/utilities.rs
    5
    #![allow(clippy::redundant_closure_call)]
  • cqlite 0.2.2/src/parser/mod.rs
    1
    #![allow(clippy::redundant_closure_call)]
  • dbcrossbarlib 0.5.2/src/drivers/dbcrossbar_ts/ast.rs
    3
    #![allow(clippy::redundant_closure_call)]
  • encode_unicode 1.0.0/src/lib.rs
    47
        clippy::needless_return,// `foo.bar();\n foo` looks unfinished
    48
        clippy::redundant_closure_call,// not redundant in macros
    49
        clippy::cast_lossless,// the sizes are part of the struct name and so won't change
  • gqlite 0.1.0/src/parser/mod.rs
    1
    #![allow(clippy::redundant_closure_call)]
  • insta 1.26.0/tests/test_basic.rs
    21
    fn test_unnamed_nested_closure() {
    22
        #![allow(clippy::redundant_closure_call)]
    23
        (|| {
  • jrsonnet-types 0.5.0-pre6/src/lib.rs
    1
    #![allow(clippy::redundant_closure_call)]
  • livesplit-core 0.13.0/src/lib.rs
    13
        clippy::blocks_in_if_conditions,
    14
        clippy::redundant_closure_call,
    15
        clippy::new_ret_no_self
  • nbindgen 0.0.1/src/bindgen/utilities.rs
    5
    #![allow(clippy::redundant_closure_call)]
  • otter-base 1.2.1/lib.rs
    11
    #![allow(clippy::redundant_closure_call)]
    12
    #![allow(clippy::writeln_empty_string)]
  • peg-macros 0.8.1/grammar.rs
    71
        ) -> ::peg::RuleResult<Grammar> {
    72
            #![allow(non_snake_case, unused, clippy::redundant_closure_call)]
    73
            {
    143
        ) -> ::peg::RuleResult<Vec<TokenStream>> {
    144
            #![allow(non_snake_case, unused, clippy::redundant_closure_call)]
    145
            match ::peg::ParseLiteral::parse_string_literal(__input, __pos, "<") {
    232
        ) -> ::peg::RuleResult<Vec<(Ident, TokenStream)>> {
    233
            #![allow(non_snake_case, unused, clippy::redundant_closure_call)]
    234
            match ::peg::ParseLiteral::parse_string_literal(__input, __pos, "(") {
    374
        ) -> ::peg::RuleResult<Rule> {
    375
            #![allow(non_snake_case, unused, clippy::redundant_closure_call)]
    376
            {
    485
        ) -> ::peg::RuleResult<Option<Cache>> {
    486
            #![allow(non_snake_case, unused, clippy::redundant_closure_call)]
    487
            {
  • rome 0.1.3/src/io/turtle/grammar.rs
    1
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_closure_call))]
    2
    use super::grammar_helper::*;
  • snarkvm-nonnative 0.4.0/src/lib.rs
    43
    #![allow(
    44
        clippy::redundant_closure_call,
    45
        clippy::enum_glob_use,
  • sunshine-bank 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-bank-offchain 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-bank-onchain 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-bounty 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-court 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-membership 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-org 0.1.1/src/lib.rs
    2
    #![allow(clippy::string_lit_as_bytes)]
    3
    #![allow(clippy::redundant_closure_call)]
    4
    #![allow(clippy::type_complexity)]
  • sunshine-shares-atomic 0.0.3/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-shares-membership 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-vote 0.1.1/src/lib.rs
    2
    #![allow(clippy::string_lit_as_bytes)]
    3
    #![allow(clippy::redundant_closure_call)]
    4
    #![allow(clippy::type_complexity)]
  • sunshine-vote-petition 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • sunshine-vote-yesno 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
    3
    #![allow(clippy::type_complexity)]
  • teloxide 0.12.0/src/dispatching/filter_ext.rs
    1
    #![allow(clippy::redundant_closure_call)]
  • tract-core 0.19.2/src/lib.rs
    2
    #![allow(clippy::missing_safety_doc)]
    3
    #![allow(clippy::redundant_closure_call)]
    4
    //! # Tract
  • vkcargo 0.45.1/src/cargo/lib.rs
    14
    #![allow(clippy::redundant_closure)] // closures can be less verbose
    15
    #![allow(clippy::redundant_closure_call)] // closures over try catch blocks
    16
    #![allow(clippy::too_many_arguments)] // large project