Skip to content

Commit

Permalink
fix clippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
vn-ki committed Dec 5, 2020
1 parent 51ecb96 commit 6fe31e7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6fe31e7

Please sign in to comment.