notes fix

This commit is contained in:
Lokathor 2019-09-23 23:23:37 -06:00
parent 88456aa305
commit 3e9d4876b8

View File

@ -84,7 +84,8 @@ macro_rules! cfg_if {
#[$m] $crate::cfg_if! { @__identity $($tokens)* }
};
// Internal macro to Apply a cfg attribute to a list of items
// Internal macro to make __apply work out right for different match types,
// because of how macros matching/expand stuff.
(@__identity $($tokens:tt)*) => {
$($tokens)*
};