Skip to content

Commit a9fce6d

Browse files
committed
allow clippy::filter_map
1 parent ccfaa33 commit a9fce6d

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)