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:
@ -172,7 +172,7 @@ pub mod test_utils {
|
||||
}
|
||||
}
|
||||
|
||||
/// Create static_files path for testing
|
||||
/// Create `static_files` path for testing
|
||||
pub fn create_test_static_files_dir() -> (TempDir, PathBuf) {
|
||||
let temp_dir = TempDir::with_prefix("reth-test-static-").expect(ERROR_TEMPDIR);
|
||||
let path = temp_dir.path().to_path_buf();
|
||||
|
||||
Reference in New Issue
Block a user