rustfmt.... idk why my editor missed this one
This commit is contained in:
@@ -26,7 +26,7 @@ pub(super) fn define_struct(
|
|||||||
} else {
|
} else {
|
||||||
quote!(#tt)
|
quote!(#tt)
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
witx::TypeRef::Value(ty) => match &**ty {
|
witx::TypeRef::Value(ty) => match &**ty {
|
||||||
witx::Type::Builtin(builtin) => names.builtin_type(*builtin, quote!('a)),
|
witx::Type::Builtin(builtin) => names.builtin_type(*builtin, quote!('a)),
|
||||||
witx::Type::Pointer(pointee) | witx::Type::ConstPointer(pointee) => {
|
witx::Type::Pointer(pointee) | witx::Type::ConstPointer(pointee) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user