Skip to content

Commit 9bd895f

Browse files
committed
Fix unused_imports warning in CI
1 parent 82124be commit 9bd895f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/objc2/src/__macros/hash_idents.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ macro_rules! __hash_idents {
2424
#[cfg(test)]
2525
#[cfg(any(feature = "unstable-static-sel", feature = "unstable-static-class"))]
2626
mod tests {
27-
use crate::__hash_idents;
28-
2927
#[test]
3028
fn hash_idents_different() {
3129
assert_ne!(__hash_idents!(abc), __hash_idents!(def));

0 commit comments

Comments
 (0)