mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-23 06:59:42 +00:00
Merge pull request #16 from billyrieger/master
Get it to work with Rust 2018 module changes
This commit is contained in:
commit
ef0d9a5661
@ -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`
|
||||
($(
|
||||
|
Loading…
Reference in New Issue
Block a user