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 3404e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clippy_dev/src/crater.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 3404e4c

Please sign in to comment.