Skip to content

Commit e149dc0

Browse files
committed
remove warn
1 parent 6fd3f5a commit e149dc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/macros/macro-multiple-matcher-bindings.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// invocation time.
33

44
#![allow(unused_macros)]
5-
#![warn(duplicate_matcher_binding_name)]
65

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

0 commit comments

Comments
 (0)