Skip to content

Commit 1bcbef7

Browse files
authored
Auto merge of #422 - jrmuizel:cfprop-describe, r=jdm
Implement Debug on CFPropertyList
2 parents 20dcdc0 + faf0d7c commit 1bcbef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core-foundation/src/propertylist.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ declare_TCFType!{
113113
CFPropertyList, CFPropertyListRef
114114
}
115115

116+
impl_CFTypeDescription!(CFPropertyList);
117+
116118
impl CFPropertyList {
117119
#[inline]
118120
pub fn as_concrete_TypeRef(&self) -> CFPropertyListRef {

0 commit comments

Comments
 (0)