mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Derive Debug for TraceDump
This commit is contained in:
parent
35f94273bb
commit
f003fdf106
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use std::fs;
|
|||
use std::io::Write;
|
||||
|
||||
/// An RAII class for writing the HTML trace dump.
|
||||
#[derive(Debug)]
|
||||
pub struct TraceDump {
|
||||
file: fs::File,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue