Fix copy/paste error.

This commit is contained in:
Jimmy Cuadra 2019-06-20 17:08:38 -07:00
parent 553d9c05cd
commit e13acb4d7d

View File

@ -215,7 +215,7 @@ impl ToTokens for RumaEvent {
}
Content::Typedef(_) => {
quote_spanned! {span=>
content: raw.content,
prev_content: raw.prev_content,
}
}
}