We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd0ff7 + d30dd87 commit b6353f3Copy full SHA for b6353f3
core-foundation/src/array.rs
@@ -57,7 +57,7 @@ impl<'a, T: FromVoid> ExactSizeIterator for CFArrayIterator<'a, T> {
57
}
58
59
impl_TCFType!(CFArray<T>, CFArrayRef, CFArrayGetTypeID);
60
-impl_CFTypeDescription!(CFArray);
+impl_CFTypeDescription!(CFArray<T>);
61
62
unsafe impl ConcreteCFType for CFArray<*const c_void> {}
63
0 commit comments