Fix tests again.

This commit is contained in:
Richard Dodd
2019-01-10 23:42:28 +00:00
parent 36cb50445f
commit 72765757ef
3 changed files with 4 additions and 5 deletions

View File

@ -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())
}
}