We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82124be commit 9bd895fCopy full SHA for 9bd895f
1 file changed
crates/objc2/src/__macros/hash_idents.rs
@@ -24,8 +24,6 @@ macro_rules! __hash_idents {
24
#[cfg(test)]
25
#[cfg(any(feature = "unstable-static-sel", feature = "unstable-static-class"))]
26
mod tests {
27
- use crate::__hash_idents;
28
-
29
#[test]
30
fn hash_idents_different() {
31
assert_ne!(__hash_idents!(abc), __hash_idents!(def));
0 commit comments