Skip to content

Commit

Permalink
fix legacy deno ref
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed May 5, 2024
1 parent db82c07 commit cb05c8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/filters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub mod split_block;
#[cfg(feature = "wasm")]
pub mod wasm_plugin;

#[cfg(feature = "deno")]
pub mod deno;

pub enum Bootstrapper {
Noop(noop::Stage),
SplitBlock(split_block::Stage),
Expand Down

0 comments on commit cb05c8b

Please sign in to comment.