Add local_inner_macros attribute

This commit is contained in:
Billy Rieger 2018-10-19 14:43:24 -07:00
parent 9106d5805e
commit 67e01e5f0e

View File

@ -32,7 +32,7 @@
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#[macro_export]
#[macro_export(local_inner_macros)]
macro_rules! cfg_if {
// match if/else chains with a final `else`
($(