We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88456aa commit 3e9d487Copy full SHA for 3e9d487
1 file changed
src/lib.rs
@@ -84,7 +84,8 @@ macro_rules! cfg_if {
84
#[$m] $crate::cfg_if! { @__identity $($tokens)* }
85
};
86
87
- // Internal macro to Apply a cfg attribute to a list of items
+ // Internal macro to make __apply work out right for different match types,
88
+ // because of how macros matching/expand stuff.
89
(@__identity $($tokens:tt)*) => {
90
$($tokens)*
91
0 commit comments