diff --git a/acrate-core/src/meta.rs b/acrate-core/src/meta.rs index 699cf4e..a5b4d2a 100644 --- a/acrate-core/src/meta.rs +++ b/acrate-core/src/meta.rs @@ -20,7 +20,7 @@ pub struct MetaLink { pub document: String, pub pattern: String, pub rel: String, - pub r#type: Option, + pub type_: Option, pub href: Option, }