fix clippy test

This commit is contained in:
Vishnunarayan K I 2020-12-05 20:21:21 +05:30
parent 51ecb96252
commit 6fe31e76fb
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#![allow(clippy::useless_attribute)] //issue #2910
// edition:2018
#[macro_use]
extern crate serde_derive;
use serde::Deserialize;
/// Tests that we do not lint for unused underscores in a `MacroAttribute`
/// expansion