mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-23 06:59:42 +00:00
Document macro
This commit is contained in:
parent
f2ca5c94d6
commit
5cd2f3066c
@ -32,6 +32,8 @@
|
|||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![cfg_attr(test, deny(warnings))]
|
#![cfg_attr(test, deny(warnings))]
|
||||||
|
|
||||||
|
/// The main macro provided by this crate. See crate documentation for more
|
||||||
|
/// information.
|
||||||
#[macro_export(local_inner_macros)]
|
#[macro_export(local_inner_macros)]
|
||||||
macro_rules! cfg_if {
|
macro_rules! cfg_if {
|
||||||
// match if/else chains with a final `else`
|
// match if/else chains with a final `else`
|
||||||
|
Loading…
Reference in New Issue
Block a user