Skip to content

Commit 85df2d0

Browse files
committed
Remove unused import.
1 parent 8ae8c07 commit 85df2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dictionary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use objc::runtime::Class;
77
use objc_id::{Id, Owned, Ownership, ShareId};
88

99
use {
10-
INSArray, INSFastEnumeration, INSCopying, INSObject,
10+
INSFastEnumeration, INSCopying, INSObject,
1111
NSArray, NSSharedArray, NSEnumerator,
1212
};
1313

0 commit comments

Comments
 (0)