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

Commit 81f68c9

Browse files
authored
Merge pull request #432 from fengalin/bool_error_clone
Derive clone for BoolError
2 parents f84b84b + 4dfea97 commit 81f68c9

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)