diff --git a/benches/benchmark.rs b/benches/benchmark.rs index b66d728..6f4c0cb 100644 --- a/benches/benchmark.rs +++ b/benches/benchmark.rs @@ -1,3 +1,5 @@ +#![allow(missing_docs)] + use std::time::Duration; use criterion::{criterion_group, criterion_main, Criterion, Throughput}; diff --git a/tests/parser_spec.rs b/tests/parser_spec.rs index 45c513c..ad2f478 100644 --- a/tests/parser_spec.rs +++ b/tests/parser_spec.rs @@ -1,4 +1,4 @@ -#![allow(clippy::items_after_test_module)] +#![allow(clippy::items_after_test_module, clippy::pedantic)] use std::{collections::HashSet, path::Path}; diff --git a/tests/trx_parser_spec.rs b/tests/trx_parser_spec.rs index 6f12495..04b6017 100644 --- a/tests/trx_parser_spec.rs +++ b/tests/trx_parser_spec.rs @@ -1,4 +1,4 @@ -#![allow(clippy::items_after_test_module)] +#![allow(clippy::items_after_test_module, clippy::pedantic)] use std::collections::HashSet;