Skip to content

Commit 2958862

Browse files
authored
Auto merge of #423 - jrmuizel:dict-debug, r=emilio
Implement Debug on the generic CFDictionary
2 parents afb65b0 + 2ee8fac commit 2958862

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)