Skip to content

Commit

Permalink
Fix context::term_definition::Type deserialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Jul 10, 2024
1 parent 01f2b54 commit f3ad52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/syntax/src/context/term_definition/type_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use std::hash::Hash;
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(feature = "serde", serde(untagged))]
pub enum Type {
Term(String),
Keyword(TypeKeyword),
Term(String),
}

impl Type {
Expand Down

0 comments on commit f3ad52d

Please sign in to comment.