Skip to content

Commit bad496d

Browse files
committed
remove bin file
1 parent 8e3595f commit bad496d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

clippy_lints/src/macro_use.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ const PRELUDE: &[&str] = &[
1313
"macros"
1414
];
1515

16-
pub type SuggFn = Box<dyn FnOnce(EarlyContext<'_>, &'static Lint, Span, &str, &str, String, Applicability)>;
17-
pub type SaveFn = Box<dyn FnOnce()>;
18-
1916
pub struct ImportData {
2017
name: String,
2118
path: String,

macro_use_import

-2.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)