We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59ebcb commit bd1e2ebCopy full SHA for bd1e2eb
tests/common.rs
@@ -1,3 +1,7 @@
1
+#![allow(clippy::missing_errors_doc)]
2
+#![allow(clippy::missing_panics_doc)]
3
+#![allow(missing_docs)]
4
+
5
use std::sync::Arc;
6
7
use alloy::{
tests/mod.rs
@@ -1,7 +1,3 @@
-#![allow(clippy::missing_errors_doc)]
-#![allow(clippy::missing_panics_doc)]
-#![allow(missing_docs)]
-
mod common;
mod historic_mode;
mod historic_to_live;
0 commit comments