Skip to content

Commit

Permalink
address warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Nov 20, 2023
1 parent f8c422e commit b2d19d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions benches/benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(missing_docs)]

use std::time::Duration;

use criterion::{criterion_group, criterion_main, Criterion, Throughput};
Expand Down
2 changes: 1 addition & 1 deletion tests/parser_spec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::items_after_test_module)]
#![allow(clippy::items_after_test_module, clippy::pedantic)]

use std::{collections::HashSet, path::Path};

Expand Down
2 changes: 1 addition & 1 deletion tests/trx_parser_spec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::items_after_test_module)]
#![allow(clippy::items_after_test_module, clippy::pedantic)]

use std::collections::HashSet;

Expand Down

0 comments on commit b2d19d0

Please sign in to comment.