Skip to content

Commit aab531c

Browse files
committed
missing copy and clone
1 parent f2fee33 commit aab531c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdcard/csd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub enum Csd {
1515
}
1616

1717
/// The CSD structure field is invalid.
18-
#[derive(Debug, PartialEq, Eq, thiserror::Error)]
18+
#[derive(Debug, PartialEq, Eq, Copy, Clone, thiserror::Error)]
1919
pub enum CsdCreationError {
2020
/// Invalid CSD structure field.
2121
#[error("invalid CSD structure field")]

0 commit comments

Comments
 (0)