mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -17,7 +17,7 @@ pub(crate) type BoxedLayer<S> = Box<dyn Layer<S> + Send + Sync>;
|
||||
|
||||
const RETH_LOG_FILE_NAME: &str = "reth.log";
|
||||
|
||||
/// Default [directives](Directive) for [EnvFilter] which disables high-frequency debug logs from
|
||||
/// Default [directives](Directive) for [`EnvFilter`] which disables high-frequency debug logs from
|
||||
/// `hyper`, `trust-dns` and `discv5`.
|
||||
const DEFAULT_ENV_FILTER_DIRECTIVES: [&str; 4] =
|
||||
["hyper::proto::h1=off", "trust_dns_proto=off", "trust_dns_resolver=off", "discv5=off"];
|
||||
|
||||
Reference in New Issue
Block a user