fix typo when libc check feature not enabled
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user