Skip to content

Commit 42feacc

Browse files
committed
add clone to BuildError
1 parent 54ad303 commit 42feacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/message.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum Message {
2727
},
2828
}
2929

30-
#[derive(Debug, Error, Serialize, Deserialize)]
30+
#[derive(Clone, Debug, Error, Serialize, Deserialize)]
3131
pub enum BuildError {
3232
#[error("no body set for message")]
3333
NoBody,

0 commit comments

Comments
 (0)