diff --git a/tests/common/eq.rs b/tests/common/eq.rs index 37ae1cfc32..f5d8517b09 100644 --- a/tests/common/eq.rs +++ b/tests/common/eq.rs @@ -1,3 +1,5 @@ +#![allow(unused_macro_rules)] + extern crate rustc_ast; extern crate rustc_data_structures; extern crate rustc_span; diff --git a/tests/macros/mod.rs b/tests/macros/mod.rs index 61cd67b882..5ca88b083b 100644 --- a/tests/macros/mod.rs +++ b/tests/macros/mod.rs @@ -1,4 +1,4 @@ -#![allow(unused_macros)] +#![allow(unused_macros, unused_macro_rules)] #[path = "../debug/mod.rs"] pub mod debug;