Skip to content

Commit c121798

Browse files
committed
Final fix?
1 parent c2c5957 commit c121798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/mac_core/src/dict.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ mod tests {
120120
let three = CFString::new("3");
121121
let four = CFString::new("4");
122122

123-
let _ = CFDictionary::<CFString, CFString>::new(vec![]);
123+
let _ = CFDictionary::<CFString, CFString>::new::<Vec<(CFString, CFString)>>(vec![]);
124124
let _ = CFDictionary::<CFString, CFString>::new(vec![(one, two), (three, four)]);
125125
}
126126
}

0 commit comments

Comments
 (0)