Skip to content

Commit ecaa9dc

Browse files
committed
Final fix?
1 parent c121798 commit ecaa9dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/mac_core/src/dict.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ cfty! {
7575
}
7676

7777
impl<K: CoreType, V: CoreType> CFDictionary<K, V> {
78+
// TODO: Bind the keys/values of P to K and V
7879
/// Create a new [`CFDictionary`] that contains the provided key/value pairs.
7980
pub fn new<P: Pairs>(pairs: P) -> CFDictionary<K, V> {
8081
let (keys, values) = pairs.into_pairs();

0 commit comments

Comments
 (0)