Skip to content

Commit

Permalink
notes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 24, 2019
1 parent 88456aa commit 3e9d487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Expand Up @@ -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)*
};
Expand Down

0 comments on commit 3e9d487

Please sign in to comment.