252 |
#[allow(clippy::needless_for_each)]
|
253 |
async fn subscribe_topics(client: &mut Client, topics: &[String]) -> Result<(), Error> {
|
252 |
#[allow(clippy::needless_for_each)]
|
253 |
async fn subscribe_topics(client: &mut Client, topics: &[String]) -> Result<(), Error> {
|
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
|
14 |
)]
|
15 |
#![allow(clippy::needless_for_each)]
|