fix typo when libc check feature not enabled

This commit is contained in:
4lDO2
2025-11-08 17:35:51 +01:00
parent 4855cf3875
commit 513514a804
+1 -1
View File
@@ -412,7 +412,7 @@ macro_rules! OutProject {
}
#[macro_export]
#[cfg(not(feature = "check_against_libc_crate"))]
macro_rules! CheckEquals {
macro_rules! CheckVsLibcCrate {
derive() { $(#[$($attrs:meta),*])* $v:vis struct $name:ident {
$(
$(#[$($fa:meta),*])* $fv:vis $field:ident : $type:ty