Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 4dfea97

Browse files
committed
Derive clone for BoolError
1 parent f84b84b commit 4dfea97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ macro_rules! glib_result_from_gboolean(
165165
}};
166166
);
167167

168-
#[derive(Debug)]
168+
#[derive(Debug, Clone)]
169169
pub struct BoolError {
170170
pub message: Cow<'static, str>,
171171
#[doc(hidden)]

0 commit comments

Comments
 (0)