Skip to content

Commit fb5f9b9

Browse files
pvdrzemilio
authored andcommitted
document has_attrs
1 parent 15f5094 commit fb5f9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clang.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ impl Cursor {
665665
}
666666
}
667667

668+
/// Does this cursor have the given attributes?
668669
pub fn has_attrs<const N: usize>(
669670
&self,
670671
attrs: &[Attribute; N],

0 commit comments

Comments
 (0)