Fix: Debug for File implementation

This commit is contained in:
Matthias Beyer 2015-12-28 11:40:48 +01:00
parent d20ace3e80
commit 24e1ea2522

View file

@ -84,9 +84,9 @@ impl Debug for File {
Header: '{:?}' Header: '{:?}'
Data : '{:?}'", Data : '{:?}'",
self.owning_module_name, self.owning_module_name,
self.id,
self.header, self.header,
self.data, self.data);
self.id);
Ok(()) Ok(())
} }