Fix bug.
This commit is contained in:
@@ -191,7 +191,7 @@ impl fmt::Debug for Engine {
|
||||
#[cfg(not(feature = "unchecked"))]
|
||||
f.field("limits", &self.limits);
|
||||
|
||||
#[cfg(not(feature = "debugging"))]
|
||||
#[cfg(feature = "debugging")]
|
||||
f.field("debugger_interface", &self.debugger_interface.is_some());
|
||||
|
||||
f.finish()
|
||||
|
Reference in New Issue
Block a user