Drop redundant import

This commit is contained in:
Richard Feldman 2023-08-10 20:36:14 -04:00
parent 2da41be29f
commit 6c05307a7b
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -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]