macro_rules! era_deprecate {
( $comment:literal ) => { ... };
}Expand description
Macro used to mark the code that should be cleaned up when the new era is activated
macro_rules! era_deprecate {
( $comment:literal ) => { ... };
}Macro used to mark the code that should be cleaned up when the new era is activated