From 59ffd04ae23077624b480d2949e4d608af704737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 24 Jul 2024 12:27:14 +0900 Subject: [PATCH] lint --- crates/swc_fast_ts_strip/tests/fixture.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/swc_fast_ts_strip/tests/fixture.rs b/crates/swc_fast_ts_strip/tests/fixture.rs index c3531a45bbb7..630bcaee1f1b 100644 --- a/crates/swc_fast_ts_strip/tests/fixture.rs +++ b/crates/swc_fast_ts_strip/tests/fixture.rs @@ -1,6 +1,5 @@ use std::path::PathBuf; -use swc_common::errors::Handler; use swc_ecma_parser::TsSyntax; use swc_fast_ts_strip::{operate, Mode, Options}; use testing::NormalizedOutput;