Skip to content

Commit 018b9b4

Browse files
committed
Fix compile of js-sys
1 parent 529d0bd commit 018b9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/js-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ extern "C" {
467467
#[wasm_bindgen]
468468
extern "C" {
469469
#[wasm_bindgen(extends = Object)]
470-
#[derive(Clone)]
470+
#[derive(Clone, PartialEq)]
471471
pub type Boolean;
472472

473473
/// The `Boolean()` constructor creates an object wrapper for a boolean value.

0 commit comments

Comments
 (0)