allow clippy::filter_map

This commit is contained in:
Matthias Krüger 2020-12-18 22:53:45 +01:00
parent ccfaa338ed
commit a9fce6d2d0

View file

@ -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 {