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;