remove warn
This commit is contained in:
parent
6fd3f5acaf
commit
e149dc02a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user