Skip to content

Commit

Permalink
remove warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Apr 11, 2019
1 parent 6fd3f5a commit e149dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/macros/macro-multiple-matcher-bindings.rs
Expand Up @@ -2,7 +2,6 @@
// invocation time.

#![allow(unused_macros)]
#![warn(duplicate_matcher_binding_name)]

macro_rules! foo1 {
($a:ident, $a:ident) => {}; //~ERROR duplicate matcher binding
Expand Down

0 comments on commit e149dc0

Please sign in to comment.