context and @context are not the same, apparently

This commit is contained in:
asonix 2020-07-10 16:56:26 -05:00
parent 60716a6d2a
commit e9f3878bd2

View file

@ -842,7 +842,6 @@ pub struct Base<Kind> {
/// - Range: Object | Link
/// - Functional: false
#[serde(rename = "@context")]
#[serde(alias = "context")]
#[serde(skip_serializing_if = "Option::is_none")]
context: Option<OneOrMany<AnyBase>>,