Skip to content

Commit

Permalink
allow clippy::filter_map
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 18, 2020
1 parent 862ff28 commit a0e0baf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clippy_dev/src/crater.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use crate::clippy_project_root;
#![allow(clippy::filter_map)]

use std::path::PathBuf;
use std::process::Command;
use crate::clippy_project_root;

// represents an archive we download from crates.io
#[derive(Debug)]
struct KrateSource {
Expand Down

0 comments on commit a0e0baf

Please sign in to comment.