Skip to content

Commit

Permalink
Update target.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
silver-ymz authored and calebzulawski committed Mar 12, 2024
1 parent 1cf3a8c commit 36c7d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversion-macros/src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl Target {
}
);
quote! {
true #( && std::#is_feature_detected!(#feature) )*
true #( && std::arch::#is_feature_detected!(#feature) )*
}
}
}
Expand Down

0 comments on commit 36c7d1a

Please sign in to comment.