Skip to content

Commit

Permalink
Compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Feb 13, 2025
1 parent 295ba95 commit 76fb2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench_redirect_performance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use criterion::*;
use tokio::runtime::Runtime;

use adblock::blocker::{Blocker, BlockerOptions};
use adblock::filters::network::{NetworkFilter, NetworkFilterMask};
use adblock::filters::network::{NetworkFilter, NetworkFilterMask, NetworkFilterMaskHelper};
use adblock::request::Request;
use adblock::resources::ResourceStorage;

Expand Down

0 comments on commit 76fb2bc

Please sign in to comment.