Skip to content

Commit 2ee8fac

Browse files
committed
Implement Debug on the generic CFDictionary
1 parent 20dcdc0 commit 2ee8fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-foundation/src/dictionary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl<K, V> Drop for CFDictionary<K, V> {
3131
}
3232

3333
impl_TCFType!(CFDictionary<K, V>, CFDictionaryRef, CFDictionaryGetTypeID);
34-
impl_CFTypeDescription!(CFDictionary);
34+
impl_CFTypeDescription!(CFDictionary<K, V>);
3535

3636
unsafe impl ConcreteCFType for CFDictionary<*const c_void, *const c_void> {}
3737

0 commit comments

Comments
 (0)