Skip to content

Commit f451f60

Browse files
committed
Derive PartialEq & Eq for clang::File
1 parent af2d476 commit f451f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clang.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ impl Iterator for CommentAttributesIterator {
14921492
}
14931493

14941494
/// A source file.
1495+
#[derive(PartialEq, Eq)]
14951496
pub struct File {
14961497
x: CXFile,
14971498
}

0 commit comments

Comments
 (0)