198 |
// map the dirs to RegistryIndexCaches and return them as vector
|
199 |
#[allow(clippy::manual_filter_map)]
|
200 |
let indices = indices_dirs
|
188 |
// map the dirs to RegistryIndexCaches and return them as vector
|
189 |
#[allow(clippy::manual_filter_map)]
|
190 |
let caches = cache_dirs
|
210 |
.unwrap_or_else(|_| panic!("failed to read directory {}", path.display()));
|
211 |
#[allow(clippy::manual_filter_map)]
|
212 |
let registry_folders = registries
|
117 |
// get the path inside the CARGO_HOME of the source of the dependency
|
118 |
#[allow(clippy::manual_filter_map)]
|
119 |
let required_packages = dependencies
|
42 |
fn seeing_manifest(path: &Path) -> Option<PathBuf> {
|
43 |
#[allow(clippy::manual_filter_map)]
|
44 |
read_dir(path)
|
187 |
// and look how big the remaining stuff is
|
188 |
#[allow(clippy::manual_filter_map)] // meh
|
189 |
let size_other: u64 = read_dir(&target_dir)
|
94 |
#[allow(clippy::manual_filter_map)]
|
95 |
let total_size_entire_cache: u64 = files_sorted
|
115 |
#[allow(clippy::manual_filter_map)]
|
116 |
let total_size_bytes: u64 = files_sorted
|
57 |
let number_files = WalkDir::new(&path).into_iter().count();
|
58 |
#[allow(clippy::manual_filter_map)]
|
59 |
let size: u64 = WalkDir::new(&path)
|
166 |
#[allow(clippy::manual_filter_map)]
|
167 |
fn remove_collider_handles(
|
3 |
#![allow(clippy::manual_filter_map)]
|
4 |
use rand::Rng;
|
42 |
// filter isn't fallible
|
43 |
clippy::manual_filter_map,
|
44 |
clippy::new_ret_no_self,
|
42 |
// filter isn't fallible
|
43 |
clippy::manual_filter_map,
|
44 |
clippy::new_ret_no_self,
|
40 |
clippy::inline_always,
|
41 |
clippy::manual_filter_map,
|
42 |
clippy::map_err_ignore,
|