From 06e67077c730e77c5e0aa12b7b8021ca591230f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=BCtz?= Date: Sat, 12 Oct 2024 21:41:49 +0200 Subject: [PATCH] remove unused import in test code --- tests/throw_new_za4.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/throw_new_za4.rs b/tests/throw_new_za4.rs index 7e6f7b8..3122e18 100644 --- a/tests/throw_new_za4.rs +++ b/tests/throw_new_za4.rs @@ -1,9 +1,9 @@ #[cfg(feature = "loadjvm")] #[cfg(feature = "asserts")] pub mod test { - use std::panic; use jni_simple::*; - use std::ptr::{null, null_mut}; + use std::panic; + use std::ptr::null_mut; #[test] fn test() {