mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-16 17:58:14 +00:00
allow clippy::filter_map
This commit is contained in:
parent
ccfaa338ed
commit
a9fce6d2d0
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#![allow(clippy::filter_map)]
|
||||
|
||||
use crate::clippy_project_root;
|
||||
use std::path::PathBuf;
|
||||
use std::process::Command;
|
||||
|
||||
// represents an archive we download from crates.io
|
||||
#[derive(Debug)]
|
||||
struct KrateSource {
|
||||
|
|
Loading…
Reference in a new issue