mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
lints: move top-level lints to [workspace.lints] manifest table (#5935)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs)]
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use proptest::{prelude::*, strategy::ValueTree};
|
||||
use reth_primitives::trie::Nibbles;
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs)]
|
||||
use alloy_rlp::Decodable;
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use pprof::criterion::{Output, PProfProfiler};
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs, unreachable_pub)]
|
||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
||||
use proptest::{
|
||||
prelude::*,
|
||||
|
||||
Reference in New Issue
Block a user