events-macros: Fix missing type qualification
This commit is contained in:
parent
073b699660
commit
a4811663de
@ -400,7 +400,7 @@ fn expand_content_enum(
|
|||||||
let event_content_impl = quote! {
|
let event_content_impl = quote! {
|
||||||
#[automatically_derived]
|
#[automatically_derived]
|
||||||
impl #ruma_events::EventContent for #ident {
|
impl #ruma_events::EventContent for #ident {
|
||||||
fn event_type(&self) -> &str {
|
fn event_type(&self) -> &::std::primitive::str {
|
||||||
match self {
|
match self {
|
||||||
#( #variant_arms(content) => content.event_type(), )*
|
#( #variant_arms(content) => content.event_type(), )*
|
||||||
Self::Custom(content) => content.event_type(),
|
Self::Custom(content) => content.event_type(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user