Fix: Allow missing docs for test modules (#10893)

This commit is contained in:
Abhishek kochar
2024-09-14 00:38:47 +08:00
committed by GitHub
parent 3012018625
commit c6359b6242
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
use metrics::{
Counter, Gauge, Histogram, Key, KeyName, Label, Metadata, Recorder, SharedString, Unit,
};

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
#[test]
fn compile_test() {
let t = trybuild::TestCases::new();

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
mod big_pooled_txs_req;
mod connect;
mod multiplex;

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
mod trace;
const fn main() {}

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
use reth_libmdbx::*;
use std::borrow::Cow;
use tempfile::tempdir;

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
use byteorder::{ByteOrder, LittleEndian};
use reth_libmdbx::*;
use tempfile::tempdir;

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
use reth_libmdbx::*;
use std::{
borrow::Cow,