summaryrefslogtreecommitdiff
path: root/src/clang.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/clang.rs')
-rw-r--r--src/clang.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clang.rs b/src/clang.rs
index d66fe445..0fcccaa4 100644
--- a/src/clang.rs
+++ b/src/clang.rs
@@ -665,6 +665,7 @@ impl Cursor {
}
}
+ /// Does this cursor have the given attributes?
pub fn has_attrs<const N: usize>(
&self,
attrs: &[Attribute; N],