Skip to content

Commit 4d22e95

Browse files
[autofix.ci] apply automated fixes
1 parent 37a740f commit 4d22e95

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

crates/tree_shaker/src/nodes/stmt/while_statement.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
use crate::{
2-
analyzer::Analyzer, ast::AstKind2, consumable::Consumable, scope::CfScopeKind,
3-
transformer::Transformer,
4-
};
1+
use crate::{analyzer::Analyzer, ast::AstKind2, scope::CfScopeKind, transformer::Transformer};
52
use oxc::{
63
ast::ast::{Statement, WhileStatement},
74
span::GetSpan,

crates/tree_shaker/src/scope/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub mod variable_scope;
1010

1111
use crate::{
1212
analyzer::Analyzer,
13-
consumable::{Consumable, ConsumableVec, ConsumeTrait, IntoConsumable},
13+
consumable::{Consumable, ConsumableVec, IntoConsumable},
1414
dep::DepId,
1515
entity::{Entity, EntityFactory, ObjectId},
1616
module::ModuleId,

0 commit comments

Comments
 (0)