Skip to content

Commit 3e9d487

Browse files
committed
notes fix
1 parent 88456aa commit 3e9d487

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ macro_rules! cfg_if {
8484
#[$m] $crate::cfg_if! { @__identity $($tokens)* }
8585
};
8686

87-
// Internal macro to Apply a cfg attribute to a list of items
87+
// Internal macro to make __apply work out right for different match types,
88+
// because of how macros matching/expand stuff.
8889
(@__identity $($tokens:tt)*) => {
8990
$($tokens)*
9091
};

0 commit comments

Comments
 (0)