danburkert/procinfo-rs

Why don't impl Debug trait to struct DeviceStatus?

4hiziri opened this issue · 0 comments

Is there the reason not to impl Debug to DeviceStatus?
I added #[derive(Debug, PartialEq, Eq, Hash)] to DeviceStatus like Mountinfo, and didn't see any errors.