1
Fork 0

core: Give up on renaming type_

This commit is contained in:
Steffo 2024-11-15 20:44:06 +01:00
parent e5412d85ba
commit d1dcbc1fc6
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -20,7 +20,7 @@ pub struct MetaLink {
pub document: String,
pub pattern: String,
pub rel: String,
pub r#type: Option<String>,
pub type_: Option<String>,
pub href: Option<String>,
}