Skip to content

Commit bd1e2eb

Browse files
committed
ref: move clippy allows to tests/common
1 parent e59ebcb commit bd1e2eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/common.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#![allow(clippy::missing_errors_doc)]
2+
#![allow(clippy::missing_panics_doc)]
3+
#![allow(missing_docs)]
4+
15
use std::sync::Arc;
26

37
use alloy::{

tests/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#![allow(clippy::missing_errors_doc)]
2-
#![allow(clippy::missing_panics_doc)]
3-
#![allow(missing_docs)]
4-
51
mod common;
62
mod historic_mode;
73
mod historic_to_live;

0 commit comments

Comments
 (0)