rustfmt.... idk why my editor missed this one

This commit is contained in:
Pat Hickey
2020-08-04 18:41:06 -07:00
parent 8264abdef3
commit 3bf8c20665

View File

@@ -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) => {