diff options
Diffstat (limited to 'native/src/debug/basic.rs')
-rw-r--r-- | native/src/debug/basic.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/native/src/debug/basic.rs b/native/src/debug/basic.rs index d706bb00..603f2fd5 100644 --- a/native/src/debug/basic.rs +++ b/native/src/debug/basic.rs @@ -186,6 +186,12 @@ impl Debug { } } +impl Default for Debug { + fn default() -> Self { + Self::new() + } +} + #[derive(Debug)] struct TimeBuffer { head: usize, |