chore: use workspace lints for new crate (#5939)

This commit is contained in:
Matthias Seitz
2024-01-04 15:29:40 +01:00
committed by GitHub
parent 9aa44093cf
commit b30c42caad
2 changed files with 3 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
# reth
reth-consensus-common.workspace = true

View File

@@ -5,14 +5,6 @@
html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
)]
#![warn(
missing_debug_implementations,
missing_docs,
unused_crate_dependencies,
unreachable_pub,
rustdoc::all
)]
#![deny(unused_must_use, rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
//! Consensus for ethereum network