Skip to content

Commit b61784a

Browse files
fixed accidentally deriving some Traits where not possible
1 parent e6e236f commit b61784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libosdp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub use cp::ControlPanel;
9595
pub use pd::PeripheralDevice;
9696

9797
/// OSDP public errors
98-
#[derive(Clone, Debug, Default, PartialEq, Eq, Hash)]
98+
#[derive(Debug, Default)]
9999
#[cfg_attr(feature = "std", derive(Error))]
100100
pub enum OsdpError {
101101
/// PD info error

0 commit comments

Comments
 (0)