Extend meta parameters to all generated code in compat_fn.

This commit is contained in:
Josh Matthews 2020-11-19 11:43:50 -05:00 committed by GitHub
parent 7e2032390c
commit 24bbca4917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ macro_rules! compat_fn {
}
}
$(#[$meta])*
pub use $symbol::call as $symbol;
)*)
}