We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ecb96 commit 6fe31e7Copy full SHA for 6fe31e7
src/tools/clippy/tests/ui/crashes/used_underscore_binding_macro.rs
@@ -1,7 +1,6 @@
1
-#![allow(clippy::useless_attribute)] //issue #2910
+// edition:2018
2
3
-#[macro_use]
4
-extern crate serde_derive;
+use serde::Deserialize;
5
6
/// Tests that we do not lint for unused underscores in a `MacroAttribute`
7
/// expansion
0 commit comments