events-macros: Fix another missing type qualification
This commit is contained in:
parent
7403bdf1c8
commit
824a6db048
@ -957,7 +957,7 @@ fn field_return_type(
|
||||
"room_id" => quote! { #ruma_identifiers::RoomId },
|
||||
"event_id" => quote! { #ruma_identifiers::EventId },
|
||||
"sender" => quote! { #ruma_identifiers::UserId },
|
||||
"state_key" => quote! { str },
|
||||
"state_key" => quote! { ::std::primitive::str },
|
||||
"unsigned" if &EventKindVariation::RedactedSync == var => {
|
||||
quote! { #ruma_events::RedactedSyncUnsigned }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user