Skip to content

Commit 3404e4c

Browse files
committed
allow clippy::filter_map
1 parent 862ff28 commit 3404e4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clippy_dev/src/crater.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
#![allow(clippy::filter_map)]
2+
13
use crate::clippy_project_root;
24
use std::path::PathBuf;
35
use std::process::Command;
6+
47
// represents an archive we download from crates.io
58
#[derive(Debug)]
69
struct KrateSource {

0 commit comments

Comments
 (0)