diff options
Diffstat (limited to 'core/error.rs')
-rw-r--r-- | core/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/error.rs b/core/error.rs index 3a36a6ab9..7af6ad375 100644 --- a/core/error.rs +++ b/core/error.rs @@ -134,7 +134,7 @@ pub struct JsError { pub aggregated: Option<Vec<JsError>>, } -#[derive(Debug, PartialEq, Clone, serde::Deserialize, serde::Serialize)] +#[derive(Debug, Eq, PartialEq, Clone, serde::Deserialize, serde::Serialize)] #[serde(rename_all = "camelCase")] pub struct JsStackFrame { pub type_name: Option<String>, |