Skip to content

Commit

Permalink
chore: 🤖 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Sep 18, 2023
1 parent 1d9642f commit 6eaf3ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions crates/rspack/tests/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ fn samples(fixture_path: PathBuf) {

#[fixture("tests/tree-shaking/*", exclude("node_modules"))]
fn tree_shaking(fixture_path: PathBuf) {
// if !fixture_path.ends_with("bb") {
// return;
// }
// For each test case
// First test is old version tree shaking snapshot test
test_fixture(&fixture_path, Box::new(|_, _| {}), None);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ impl HarmonyExportImportedSpecifierDependency {
if ignored_exports.contains(&export_name)
|| matches!(export_info.get_used(runtime), UsageState::Unused)
{
println!("ignored by ignore exprots");
continue;
}

Expand Down

0 comments on commit 6eaf3ea

Please sign in to comment.