You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is there the reason not to impl Debug to DeviceStatus?
I added
#[derive(Debug, PartialEq, Eq, Hash)]
toDeviceStatus
likeMountinfo
, and didn't see any errors.The text was updated successfully, but these errors were encountered: