mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 16:37:36 +00:00
allow clippy::filter_map
This commit is contained in:
parent
ccfaa338ed
commit
a9fce6d2d0
@ -1,6 +1,9 @@
|
|||||||
|
#![allow(clippy::filter_map)]
|
||||||
|
|
||||||
use crate::clippy_project_root;
|
use crate::clippy_project_root;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|
||||||
// represents an archive we download from crates.io
|
// represents an archive we download from crates.io
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
struct KrateSource {
|
struct KrateSource {
|
||||||
|
Loading…
Reference in New Issue
Block a user