From 6c05307a7bc1d73606b85d1cc2d8ec2f22e26c0e Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 10 Aug 2023 20:36:14 -0400 Subject: [PATCH] Drop redundant import --- crates/compiler/test_gen/src/gen_list.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/compiler/test_gen/src/gen_list.rs b/crates/compiler/test_gen/src/gen_list.rs index 52a57d48e5..25f89869b7 100644 --- a/crates/compiler/test_gen/src/gen_list.rs +++ b/crates/compiler/test_gen/src/gen_list.rs @@ -3822,8 +3822,6 @@ mod pattern_match { #[cfg(feature = "gen-dev")] use crate::helpers::dev::assert_evals_to; - use crate::helpers::with_larger_debug_stack; - use super::RocList; #[test]