Skip to content

Commit cb05c8b

Browse files
committed
fix legacy deno ref
1 parent db82c07 commit cb05c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/filters/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ pub mod split_block;
1313
#[cfg(feature = "wasm")]
1414
pub mod wasm_plugin;
1515

16-
#[cfg(feature = "deno")]
17-
pub mod deno;
18-
1916
pub enum Bootstrapper {
2017
Noop(noop::Stage),
2118
SplitBlock(split_block::Stage),

0 commit comments

Comments
 (0)