mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
hotfix(eth-wire): loosen lints temporarily
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
#![warn(missing_docs, unreachable_pub)]
|
||||
#![allow(dead_code)] // TODO: REMOVE once eth-wire is done.
|
||||
// #![warn(missing_docs, unreachable_pub)]
|
||||
#![allow(missing_docs, unreachable_pub)]
|
||||
#![deny(unused_must_use, rust_2018_idioms)]
|
||||
#![doc(test(
|
||||
no_crate_inject,
|
||||
|
||||
Reference in New Issue
Block a user