Document macro

This commit is contained in:
Alex Crichton 2019-01-11 09:02:32 -08:00
parent f2ca5c94d6
commit 5cd2f3066c

View File

@ -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`