Skip to content

Commit 6fe31e7

Browse files
committed
fix clippy test
1 parent 51ecb96 commit 6fe31e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tools/clippy/tests/ui/crashes/used_underscore_binding_macro.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#![allow(clippy::useless_attribute)] //issue #2910
1+
// edition:2018
22

3-
#[macro_use]
4-
extern crate serde_derive;
3+
use serde::Deserialize;
54

65
/// Tests that we do not lint for unused underscores in a `MacroAttribute`
76
/// expansion

0 commit comments

Comments
 (0)