Merge pull request #16 from billyrieger/master

Get it to work with Rust 2018 module changes
This commit is contained in:
Alex Crichton 2018-10-19 22:28:12 -04:00 committed by GitHub
commit ef0d9a5661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`
($(