Skip to content

Commit c4fb085

Browse files
committed
fixup: fix documentation
1 parent b3c9532 commit c4fb085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindgen/ir/function.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub struct Function {
9797
/// The linkage of the function.
9898
linkage: Linkage,
9999

100-
/// Whether this function is inlined or not
100+
/// Whether this function is inlined or not.
101101
is_inlined: bool,
102102
}
103103

@@ -153,6 +153,7 @@ impl Function {
153153
self.linkage
154154
}
155155

156+
/// Whether this function is inlined or not.
156157
pub fn is_inlined(&self) -> bool {
157158
self.is_inlined
158159
}

0 commit comments

Comments
 (0)