Skip to content

Commit 1daf989

Browse files
committed
ir: Add documentation for CompInfo::constructors
1 parent bc28da0 commit 1daf989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libbindgen/src/ir/comp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ impl CompInfo {
466466
&self.methods
467467
}
468468

469+
/// Get this type's set of constructors.
469470
pub fn constructors(&self) -> &[ItemId] {
470471
&self.constructors
471472
}

0 commit comments

Comments
 (0)