Skip to content

Commit 0d95ea1

Browse files
MikuroXinaemilio
authored andcommitted
Derive some traits
1 parent fc5ac7b commit 0d95ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ fn ensure_libclang_is_loaded() {
21472147
fn ensure_libclang_is_loaded() {}
21482148

21492149
/// Error type for rust-bindgen.
2150-
#[derive(Debug)]
2150+
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
21512151
#[non_exhaustive]
21522152
pub enum BindgenError {
21532153
/// The header was a folder.

0 commit comments

Comments
 (0)