• avassa-client 0.2.11/src/lib.rs
    646
            #[allow(clippy::redundant_closure_for_method_calls)]
    647
            if result.status().is_success() {
  • breadx 3.1.0/src/display/prefetch.rs
    70
        pub fn new(req: T) -> Self {
    71
            #[allow(clippy::redundant_closure_for_method_calls)]
    72
            let req = from_reply_request(req, |req| req.into());
  • breadx 3.1.0/src/futures/flush.rs
    28
    impl<'this, Dpy: AsyncDisplay + ?Sized> Flush<'this, Dpy> {
    29
        #[allow(clippy::redundant_closure_for_method_calls)]
    30
        pub(crate) fn polling(display: &'this mut Dpy) -> Self {
  • breadx 3.1.0/src/futures/generate_xid.rs
    28
    impl<'this, Dpy: AsyncDisplay + ?Sized> GenerateXid<'this, Dpy> {
    29
        #[allow(clippy::redundant_closure_for_method_calls)]
    30
        pub(crate) fn polling(display: &'this mut Dpy) -> Self {
  • breadx 3.1.0/src/futures/wait_for_event.rs
    26
    impl<'this, Dpy: AsyncDisplay + ?Sized> WaitForEvent<'this, Dpy> {
    27
        #[allow(clippy::redundant_closure_for_method_calls)]
    28
        pub(crate) fn polling(display: &'this mut Dpy) -> Self {
  • busrt 0.3.6/src/broker.rs
    1767
                    let topic = frame.topic.as_ref().map(String::as_bytes);
    1768
                    #[allow(clippy::redundant_closure_for_method_calls)]
    1769
                    let mut extra_len = sender.map_or(0, |v| v.len() + 1);
  • calypso_filety 3.0.0/src/ccff.rs
    137
                    // This appears to be erroneously triggering here.
    138
                    #[allow(clippy::redundant_closure_for_method_calls)]
    139
                    |e| e.to_owned(),
  • cucumber-codegen 0.19.1/src/attribute.rs
    253
                    // false positive: impl of `FnOnce` is not general enough
    254
                    #[allow(clippy::redundant_closure_for_method_calls)]
    255
                    let (idents, parsings): (Vec<_>, Vec<_>) =
  • cucumber_rust_codegen 0.9.0/src/attribute.rs
    121
                } else {
    122
                    #[allow(clippy::redundant_closure_for_method_calls)]
    123
                    let (idents, parsings): (Vec<_>, Vec<_>) = itertools::process_results(
  • elbus 0.2.21/src/broker.rs
    1723
                    let topic = frame.topic.as_ref().map(String::as_bytes);
    1724
                    #[allow(clippy::redundant_closure_for_method_calls)]
    1725
                    let mut extra_len = sender.map_or(0, |v| v.len() + 1);
  • fumio-pool 0.1.0/src/current.rs
    17
    pub fn current_local() -> Option<LocalSpawner> {
    18
    	#[allow(clippy::redundant_closure_for_method_calls)] // sadly the suggestion doesn't compile
    19
    	Current::with(&CURRENT, |h| h.cloned())
  • fumio-reactor 0.1.0/src/reactor/executor.rs
    17
    pub fn current() -> Option<Handle> {
    18
    	#[allow(clippy::redundant_closure_for_method_calls)] // sadly the suggestion doesn't compile
    19
    	Current::with(&CURRENT, |h| h.cloned())
  • hls_m3u8 0.4.1/src/master_playlist.rs
    281
        #[must_use]
    282
        #[allow(clippy::redundant_closure_for_method_calls)]
    283
        pub fn into_owned(self) -> MasterPlaylist<'static> {
  • hls_m3u8 0.4.1/src/media_segment.rs
    185
        #[must_use]
    186
        #[allow(clippy::redundant_closure_for_method_calls)]
    187
        pub fn into_owned(self) -> MediaSegment<'static> {
  • json_schema_test_suite_proc_macro 0.3.0/src/attribute_config.rs
    24
                    braced!(braced_content in input);
    25
                    #[allow(clippy::redundant_closure_for_method_calls)]
    26
                    let res: syn::punctuated::Punctuated<LitStr, Token![,]> = braced_content.parse_terminated(|v| v.parse())?;
  • malachite-nz 0.3.2/tests/integer/arithmetic/root.rs
    217
    #[allow(clippy::redundant_closure_for_method_calls)]
    218
    #[test]
  • malachite-nz 0.3.2/tests/integer/arithmetic/sqrt.rs
    90
    #[allow(clippy::redundant_closure_for_method_calls)]
    91
    #[test]
  • malachite-nz 0.3.2/tests/natural/arithmetic/root.rs
    348
    #[allow(clippy::redundant_closure_for_method_calls)]
    349
    #[test]
  • malachite-nz 0.3.2/tests/natural/arithmetic/sqrt.rs
    585
    #[allow(clippy::redundant_closure_for_method_calls)]
    586
    #[test]
  • mdxjs 0.1.6/src/mdast_util_to_hast.rs
    1023
        let mut index = 0;
    1024
        #[allow(clippy::redundant_closure_for_method_calls)]
    1025
        let len = align.map_or(table_row.children.len(), |d| d.len());
  • termusic 0.7.8/src/player/rusty_backend/mod.rs
    18
        clippy::ptr_as_ptr,
    19
        clippy::redundant_closure_for_method_calls,
    20
        clippy::explicit_iter_loop,
  • termusic 0.7.8/src/ui/components/mod.rs
    36
        clippy::match_bool,
    37
        clippy::redundant_closure_for_method_calls,
    38
        clippy::doc_markdown,
  • av-scenechange 0.8.1/src/lib.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]
  • av-scenechange 0.8.1/src/main.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]
  • av1-grain 0.2.2/src/lib.rs
    20
    #![allow(clippy::module_name_repetitions)]
    21
    #![allow(clippy::redundant_closure_for_method_calls)]
    22
    #![allow(clippy::similar_names)]
  • bevy_adventure 0.4.0/src/lib.rs
    4
    #![allow(clippy::must_use_candidate)]
    5
    #![allow(clippy::redundant_closure_for_method_calls)]
    6
    #![doc = include_str!("../README.md")]
  • bevy_save 0.3.0/src/lib.rs
    4
    #![allow(clippy::must_use_candidate)]
    5
    #![allow(clippy::redundant_closure_for_method_calls)]
    6
    #![doc = include_str!("../README.md")]
  • devices 0.2.3/src/lib.rs
    4
    #![allow(clippy::must_use_candidate)]
    5
    #![allow(clippy::redundant_closure_for_method_calls)]
    6
    #![doc = include_str!("../README.md")]
  • gex 0.3.7/src/main.rs
    5
        clippy::missing_errors_doc,
    6
        clippy::redundant_closure_for_method_calls,
    7
        clippy::module_name_repetitions
  • girt-core 2.2.1/src/lib.rs
    77
    	clippy::cast_possible_truncation,
    78
    	clippy::redundant_closure_for_method_calls,
    79
    	clippy::wildcard_enum_match_arm,
  • grav1synth 0.1.0-beta.5/src/main.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]
  • netcorehost 0.13.1/src/lib.rs
    15
        clippy::shadow_unrelated,
    16
        clippy::redundant_closure_for_method_calls,
    17
        clippy::transmute_ptr_to_ptr
  • oqueue 0.1.5/src/lib.rs
    153
        clippy::must_use_candidate,
    154
        clippy::redundant_closure_for_method_calls
    155
    )]
  • pi_slotmap 0.1.4/src/lib.rs
    20
            module_name_repetitions,
    21
            redundant_closure_for_method_calls,
    22
            unseparated_literal_suffix,
  • rta-for-fps-lib 0.2.0/src/system.rs
    126
        ) -> impl CurveIterator<CurveKind = UnconstrainedServerExecution> + Clone + '_ {
    127
            #![allow(clippy::redundant_closure_for_method_calls)]
  • s3-ext 0.5.1/src/lib.rs
    23
    #![allow(clippy::redundant_closure)]
    24
    #![allow(clippy::redundant_closure_for_method_calls)]
    25
    #![allow(clippy::should_implement_trait)]
  • s4 0.0.15/src/lib.rs
    22
    #![allow(clippy::redundant_closure)]
    23
    #![allow(clippy::redundant_closure_for_method_calls)]
  • slotmap 1.0.6/src/lib.rs
    21
            module_name_repetitions,
    22
            redundant_closure_for_method_calls,
    23
            unseparated_literal_suffix,
  • slotmap-fork-otter 1.0.2/src/lib.rs
    21
            module_name_repetitions,
    22
            redundant_closure_for_method_calls,
    23
            unseparated_literal_suffix,
  • ssimulacra2 0.3.0/src/lib.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]
  • video-resize 0.1.1/src/lib.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]
  • yuv2rgb 0.0.2/src/lib.rs
    13
    #![allow(clippy::module_name_repetitions)]
    14
    #![allow(clippy::redundant_closure_for_method_calls)]
    15
    #![allow(clippy::redundant_pub_crate)]
  • yuvxyb 0.3.0/src/lib.rs
    11
    #![allow(clippy::module_name_repetitions)]
    12
    #![allow(clippy::redundant_closure_for_method_calls)]
    13
    #![allow(clippy::similar_names)]