Skip to content

Commit be98b6e

Browse files
committed
Returned Eq
1 parent 2be5eb3 commit be98b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-syntax/src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ pub struct Variant<S> {
780780
/// }
781781
/// );
782782
/// ```
783-
#[derive(Debug, PartialEq, Clone)]
783+
#[derive(Debug, PartialEq, Clone, Eq)]
784784
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
785785
#[cfg_attr(feature = "serde", serde(tag = "type"))]
786786
pub enum VariantKey<S> {

0 commit comments

Comments
 (0)