fmt! -> format!

This commit is contained in:
Keegan McAllister 2013-10-29 15:11:25 -07:00 committed by Jack Moffitt
parent e7e7eab905
commit e2b7885b73
54 changed files with 274 additions and 274 deletions

View file

@ -4025,7 +4025,7 @@ def finalizeHook(descriptor, hookName, context):
assert descriptor.nativeIsISupports
release = """let val = JS_GetReservedSlot(obj, dom_object_slot(obj));
let _: @mut %s = cast::transmute(RUST_JSVAL_TO_PRIVATE(val));
debug!("%s finalize: %%p", this);
debug!("%s finalize: {:p}", this);
""" % (descriptor.concreteType, descriptor.concreteType)
#return clearWrapper + release
return release