From dbfdea454ff5425f1bfa09bcc727eef8775195fc Mon Sep 17 00:00:00 2001 From: cerdelen Date: Tue, 20 Jan 2026 11:17:38 +0100 Subject: [PATCH] parse_datetime: Remove unnessecary import --- tests/time.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/time.rs b/tests/time.rs index 882e1dd..2c18a7e 100644 --- a/tests/time.rs +++ b/tests/time.rs @@ -1,8 +1,6 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -use core::panic; - use jiff::{civil::DateTime, tz::TimeZone, Zoned}; use parse_datetime::parse_datetime_at_date; use rstest::rstest;