Skip to content

Commit 4e14c05

Browse files
committed
fix clippy test
1 parent 3424419 commit 4e14c05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/crashes/used_underscore_binding_macro.rs

Lines changed: 2 additions & 3 deletions
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)