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:
@ -13,7 +13,7 @@ use std::{path::Path, sync::Arc};
|
||||
#[allow(dead_code)]
|
||||
const BENCH_DB_PATH: &str = "/tmp/reth-benches";
|
||||
|
||||
/// Used for RandomRead and RandomWrite benchmarks.
|
||||
/// Used for `RandomRead` and `RandomWrite` benchmarks.
|
||||
#[allow(dead_code)]
|
||||
const RANDOM_INDEXES: [usize; 10] = [23, 2, 42, 5, 3, 99, 54, 0, 33, 64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user