Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(common): Remove unused import (#9387)
Moving the import under the tty-emitter feature fixes the following: warning: unused import: `IsTerminal` --> /home/user/swc/crates/swc_common/src/errors/emitter.rs:15:28 | 15 | io::{self, prelude::*, IsTerminal}, | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default --------- Co-authored-by: Donny/강동윤 <[email protected]>
- Loading branch information