• busrt 0.3.6/src/cli.rs
    252
    #[allow(clippy::needless_for_each)]
    253
    async fn subscribe_topics(client: &mut Client, topics: &[String]) -> Result<(), Error> {
  • elbus 0.2.21/src/cli.rs
    252
    #[allow(clippy::needless_for_each)]
    253
    async fn subscribe_topics(client: &mut Client, topics: &[String]) -> Result<(), Error> {
  • cargo-cache 0.8.3/src/main.rs
    61
    #![allow(clippy::upper_case_acronyms)] // questionable
    62
    #![allow(clippy::needless_for_each)] // I like my iterators :(
    63
    #![allow(clippy::assertions_on_result_states)] // not that useful imo
  • rusty-battery 2.0.1/src/main.rs
    14
    )]
    15
    #![allow(clippy::needless_for_each)]