mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Fix tests again.
This commit is contained in:
@ -529,7 +529,6 @@ impl Clone for JsValue {
|
||||
#[cfg(feature = "std")]
|
||||
impl fmt::Debug for JsValue {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
use std::fmt::Write;
|
||||
write!(f, "JsValue({})", self.as_debug_string())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user