90 |
#[allow(clippy::for_loops_over_fallibles)]
|
91 |
fn accumulate(&mut self, data: &[u8]) -> indexedlog::Result<()> {
|
125 |
let mut hash_map = HashMap::new();
|
126 |
#[allow(clippy::for_loops_over_fallibles)]
|
127 |
for params_map in json_val.as_object().iter() {
|
113 |
let _ = write!(f, "[ {} -> ", n);
|
114 |
#[allow(clippy::for_loops_over_fallibles)]
|
115 |
for d in self.dependencies.get(&i) {
|
248 |
}
|
249 |
#[allow(clippy::for_loops_over_fallibles)]
|
250 |
for item in game_state.audio_manager.music_queue.drain(..).last() {
|
227 |
// terminate
|
228 |
#[allow(clippy::for_loops_over_fallibles)]
|
229 |
loop {
|
217 |
// create file with the passed `name`
|
218 |
#[allow(clippy::for_loops_over_fallibles)]
|
219 |
for c in pathb_name.components().nth(pathb_name.components().count() - 1) {
|
91 |
tokio::task::spawn(async move {
|
92 |
#[allow(clippy::for_loops_over_fallibles)]
|
93 |
for data in handle_node(socket).next().await {
|
8 |
#![allow(dead_code)]
|
9 |
#![allow(clippy::iter_nth_zero, clippy::for_loops_over_fallibles)]
|
319 |
clippy::enum_glob_use,
|
320 |
clippy::for_loops_over_fallibles,
|
321 |
clippy::items_after_statements,
|