Skip to content

Commit 09a9568

Browse files
committed
Really minor cleanup.
1 parent c11b780 commit 09a9568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ir/comp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ impl CompInfo {
14101410
Item::from_ty_or_ref(cur.cur_type(), cur, None, ctx);
14111411
ci.base_members.push(Base {
14121412
ty: type_id,
1413-
kind: kind,
1414-
field_name: field_name,
1413+
kind,
1414+
field_name,
14151415
});
14161416
}
14171417
CXCursor_Constructor | CXCursor_Destructor |

0 commit comments

Comments
 (0)