mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
allow clippy::filter_map
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user