Skip to content

Commit d3503a8

Browse files
committed
Implement CFTypeDescription on CFArray generically.
This mirrors #423
1 parent 4bd0ff7 commit d3503a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-foundation/src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl<'a, T: FromVoid> ExactSizeIterator for CFArrayIterator<'a, T> {
5757
}
5858

5959
impl_TCFType!(CFArray<T>, CFArrayRef, CFArrayGetTypeID);
60-
impl_CFTypeDescription!(CFArray);
60+
impl_CFTypeDescription!(CFArray<T>);
6161

6262
unsafe impl ConcreteCFType for CFArray<*const c_void> {}
6363

0 commit comments

Comments
 (0)