We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4bb64 commit 1b8fbc0Copy full SHA for 1b8fbc0
1 file changed
crates/mac_core/src/array.rs
@@ -92,7 +92,7 @@ mod tests {
92
93
#[test]
94
fn test_array_len() {
95
- let empty = CFArray::empty();
+ let empty = CFArray::<CFString>::empty();
96
let two = CFArray::new(&[CFString::new("foo"), CFString::new("bar")]);
97
98
assert!(empty.is_empty());
0 commit comments