• asuran 0.1.6/src/repository/backend/sftp/index.rs
    23
    impl SFTPIndex {
    24
        #[allow(clippy::filter_map)]
    25
        pub fn connect(settings: impl Into<SFTPConnection>) -> Result<Self> {
  • asuran 0.1.6/src/repository/backend/sftp/manifest.rs
    37
        #[allow(clippy::too_many_lines)]
    38
        #[allow(clippy::filter_map)]
    39
        pub fn connect(
  • asuran 0.1.6/src/repository/backend/sftp/segment.rs
    39
    impl SFTPSegmentHandler {
    40
        #[allow(clippy::filter_map)]
    41
        pub fn connect(
  • binread_derive 2.1.0/src/parser/mod.rs
    40
        {
    41
            #[allow(clippy::filter_map)]
    42
            let attrs = attrs
  • hyraigne 0.1.4/src/sites/mangakakalot/chapter.rs
    13
    /// Extract every chapter listed in the given HTML.
    14
    #[allow(clippy::filter_map)]
    15
    pub(super) fn scrape_from_html<'a>(
  • hyraigne 0.1.4/src/sites/webtoons/chapter.rs
    14
    /// Extract every chapter listed in the given HTML.
    15
    #[allow(clippy::filter_map)]
    16
    pub(super) fn scrape_from_html<'a>(
  • hyraigne 0.1.4/src/sites/webtoons/series.rs
    59
    /// Infer pagination scheme from the first page of the chapter list.
    60
    #[allow(clippy::filter_map)]
    61
    fn pagination_from_html(html: &kuchiki::NodeRef) -> Result<Pagination> {
  • hyraigne 0.1.4/src/sites/webtoonscan/chapter.rs
    12
    /// Extract every chapter listed in the given HTML.
    13
    #[allow(clippy::filter_map)]
    14
    pub(super) fn scrape_from_html<'a>(
  • medea 0.2.0/src/signalling/peers/metrics/flowing_detector.rs
    707
        /// and [`MediaType`].
    708
        #[allow(clippy::filter_map)]
    709
        fn get_tracks_last_update(
  • medea-jason 0.2.0/src/api/room.rs
    1044
        /// [`TransceiverSide`]: crate::peer::TransceiverSide
    1045
        #[allow(clippy::filter_map)]
    1046
        async fn toggle_media_state(
    1075
        /// [`TransceiverSide`]: crate::peer::TransceiverSide
    1076
        #[allow(clippy::filter_map)]
    1077
        async fn update_media_states(
  • medea-macro 0.2.1/src/watchers.rs
    27
        #[allow(clippy::filter_map)]
    28
        let watchers = input
  • rsa-solver 0.1.0/src/lib.rs
    286
            .merge(stream::iter(
    287
                #[allow(clippy::filter_map)]
    288
                get_convergents(get_cf_expansion(knowns.e.clone(), knowns.n.clone()))
  • sql-audit 0.1.0/src/lib.rs
    206
    #[allow(clippy::filter_map)]
    207
    async fn create_triggers(pool: &sqlx::PgPool, exclude_tables: Vec<String>) -> Result<()> {
  • alt_serde_derive 1.0.119/src/lib.rs
    37
        clippy::enum_glob_use,
    38
        clippy::filter_map,
    39
        clippy::indexing_slicing,
  • aspotify 0.7.1/src/lib.rs
    33
        clippy::items_after_statements,
    34
        clippy::filter_map
    35
    )]
  • constellation-rs 0.2.0-alpha.2/tests/tester/main.rs
    22
    	clippy::derive_hash_xor_eq,
    23
    	clippy::filter_map
    24
    )]
  • ellidri 3.0.0-beta/src/lib.rs
    18
    #![warn(clippy::all, rust_2018_idioms)]
    19
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • ellidri 3.0.0-beta/src/main.rs
    2
    #![warn(clippy::all, rust_2018_idioms)]
    3
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • ellidri-unicase 2.1.0/src/lib.rs
    34
    #![warn(clippy::all, rust_2018_idioms)]
    35
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • gitig 0.3.0/src/main.rs
    27
        clippy::implicit_return,
    28
        clippy::filter_map,
    29
        clippy::wildcard_imports,
  • katwebx 1.0.0-eval2/src/stream.rs
    3
    // This is purely style based and can be ignored.
    4
    #![allow(clippy::filter_map)]
    5
    // This can't be easily fixed, due to a limitation of Rust's standard library.
  • mm0_util 0.1.4/src/lib.rs
    39
      clippy::default_trait_access,
    40
      clippy::filter_map,
    41
      clippy::inline_always,
  • newtype-enum-macro 0.1.0/src/lib.rs
    1
    #![warn(missing_docs, clippy::all, clippy::pedantic, clippy::nursery)]
    2
    #![allow(clippy::filter_map, clippy::default_trait_access)]
  • podserve 0.2.0/src/main.rs
    10
        clippy::implicit_return,
    11
        clippy::filter_map,
    12
        clippy::default_trait_access,
  • rnix-lsp 0.2.5/src/main.rs
    18
        // filter().map() can sometimes be more readable
    19
        clippy::filter_map,
    20
        // Most integer arithmetics are within an allocated region, so we know it's safe
  • serde_derive_state 0.4.10/src/lib.rs
    37
        clippy::enum_glob_use,
    38
        clippy::filter_map,
    39
        clippy::indexing_slicing,