We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb9a2c commit 55721e9Copy full SHA for 55721e9
crates/std_detect/src/detect/macros.rs
@@ -18,7 +18,7 @@ macro_rules! features {
18
};
19
)*
20
$(
21
- ($bind_feature) => { $macro_name!($feature_impl); };
+ ($bind_feature) => { $macro_name!($feature_impl) };
22
23
24
($nort_feature) => {
0 commit comments