Fix compile of js-sys

This commit is contained in:
Alex Crichton 2019-04-12 08:54:05 -07:00
parent 529d0bd29a
commit 018b9b4e09

View File

@ -467,7 +467,7 @@ extern "C" {
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(extends = Object)]
#[derive(Clone)]
#[derive(Clone, PartialEq)]
pub type Boolean;
/// The `Boolean()` constructor creates an object wrapper for a boolean value.