diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-04-11 15:09:43 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-04-11 15:09:43 -0500 |
| commit | e149dc02a44f87d0dacba470db709b822b16db88 (patch) | |
| tree | ea9faa19f103582fe64a3793f4ba72e5f75ef7d0 | |
| parent | 6fd3f5acaf2757ed3f3507a8a918e4071c5809a8 (diff) | |
| download | rust-e149dc02a44f87d0dacba470db709b822b16db88.tar.gz rust-e149dc02a44f87d0dacba470db709b822b16db88.zip | |
remove warn
| -rw-r--r-- | src/test/ui/macros/macro-multiple-matcher-bindings.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/macros/macro-multiple-matcher-bindings.rs b/src/test/ui/macros/macro-multiple-matcher-bindings.rs index f31af2365ff..7d39dc0a52f 100644 --- a/src/test/ui/macros/macro-multiple-matcher-bindings.rs +++ b/src/test/ui/macros/macro-multiple-matcher-bindings.rs @@ -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 |
