Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 13, 2022
1 parent d5bc5b8 commit 0566d7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions primitives/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,10 @@ macro_rules! generate_feature_enabled_macro {
#[cfg($feature_name)]
#[macro_export]
macro_rules! $macro_name {
( $d ( $d input:tt )* ) => {
$d ( $d input )*
}
}
( $d ( $d input:tt )* ) => {
$d ( $d input )*
}
}

/// Enable/disable the given code depending on
#[doc = concat!("`", stringify!($feature_name), "`")]
Expand Down

0 comments on commit 0566d7b

Please sign in to comment.