Skip to content

Commit

Permalink
Remove UnsupportedModule plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Jun 12, 2024
1 parent c7e0063 commit 3c0f592
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion crates/turbopack-core/src/issue/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod analyze;
pub mod code_gen;
pub mod resolve;
pub mod unsupported_module;

use std::{
cmp::{min, Ordering},
Expand Down
57 changes: 0 additions & 57 deletions crates/turbopack-core/src/issue/unsupported_module.rs

This file was deleted.

0 comments on commit 3c0f592

Please sign in to comment.