Skip to content

Commit 2b9fee5

Browse files
committed
fix testing_only_docs
1 parent cc26ba7 commit 2b9fee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ir/objc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub struct ObjCInterface {
3535
/// The list of protocols that this interface conforms to.
3636
pub conforms_to: Vec<ItemId>,
3737

38+
/// The list of parents that this interface has.
3839
pub parent_classes: Vec<ItemId>,
3940

4041
/// List of the methods defined in this interfae

0 commit comments

Comments
 (0)