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 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,