lints: move top-level lints to [workspace.lints] manifest table (#5935)

This commit is contained in:
Thomas Coratger
2024-01-04 14:38:02 +01:00
committed by GitHub
parent 17b75dd403
commit 9aa44093cf
128 changed files with 211 additions and 145 deletions

View File

@ -1,4 +1,4 @@
#![allow(non_snake_case)]
#![allow(missing_docs, non_snake_case, unreachable_pub)]
use paste::paste;
use reth_db::table::{Compress, Decode, Decompress, Encode, Table};