summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ir/comp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/comp.rs b/src/ir/comp.rs
index 56479da2..a7bfbe30 100644
--- a/src/ir/comp.rs
+++ b/src/ir/comp.rs
@@ -1410,8 +1410,8 @@ impl CompInfo {
Item::from_ty_or_ref(cur.cur_type(), cur, None, ctx);
ci.base_members.push(Base {
ty: type_id,
- kind: kind,
- field_name: field_name,
+ kind,
+ field_name,
});
}
CXCursor_Constructor | CXCursor_Destructor |