diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ impl BitFlags { } -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq)] struct Config { bits: u16 } |
index : ads1x1x-async | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 2 |
@@ -249,7 +249,7 @@ impl BitFlags { } -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq)] struct Config { bits: u16 } |