Skip to content

Instantly share code, notes, and snippets.

@durka
Created September 18, 2018 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save durka/ef51a30adbf962cf4e2d1c6d0879b92c to your computer and use it in GitHub Desktop.
Save durka/ef51a30adbf962cf4e2d1c6d0879b92c to your computer and use it in GitHub Desktop.
macro_rules! group_attr {
(#[cfg($attr:meta)] $($yes:item)*) => {
$(#[cfg($attr)] $yes)*
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment