remove warn

This commit is contained in:
Mark Mansi 2019-04-11 15:09:43 -05:00
parent 6fd3f5acaf
commit e149dc02a4

View File

@ -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