We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be5eb3 commit be98b6eCopy full SHA for be98b6e
fluent-syntax/src/ast/mod.rs
@@ -780,7 +780,7 @@ pub struct Variant<S> {
780
/// }
781
/// );
782
/// ```
783
-#[derive(Debug, PartialEq, Clone)]
+#[derive(Debug, PartialEq, Clone, Eq)]
784
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
785
#[cfg_attr(feature = "serde", serde(tag = "type"))]
786
pub enum VariantKey<S> {
0 commit comments