Skip to content

Commit d16e389

Browse files
committed
Fix review issues
1 parent 58fb5dc commit d16e389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/perf-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cargo bench --bench bench_rules blocker_new/brave-list -- --output-format bencher | tee -a output.txt
3838

3939
- name: Store benchmark result
40-
uses: benchmark-action/github-action-benchmark@v1
40+
uses: benchmark-action/github-action-benchmark@6bae118c112083251560ad8b3a1ff2e43aa23351 # v1
4141
with:
4242
name: Rust Benchmark
4343
tool: 'cargo'

src/filters/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3418,7 +3418,7 @@ mod hash_collision_tests {
34183418
let rules = test_utils::rules_from_lists([
34193419
"data/easylist.to/easylist/easylist.txt",
34203420
"data/easylist.to/easylist/easyprivacy.txt",
3421-
]).filter(|f| *f != "||www.bred4tula.com^"); // remove known collision
3421+
]).filter(|f| f != "||www.bred4tula.com^"); // remove known collision
34223422
let (network_filters, _) = parse_filters(rules, true, Default::default());
34233423

34243424
let mut filter_ids: HashMap<Hash, String> = HashMap::new();

0 commit comments

Comments
 (0)