Remove old comment in cache.rs
This commit is contained in:
parent
36a6c38b41
commit
7c5edcf12c
@ -1,4 +1,3 @@
|
|||||||
/// Thin wrapper around HashMap that automatically assigns new entries with an incrementing key (like a database)
|
|
||||||
use std::{fs::create_dir_all, fs::File, io::BufReader, io::Write, path::Path, path::PathBuf};
|
use std::{fs::create_dir_all, fs::File, io::BufReader, io::Write, path::Path, path::PathBuf};
|
||||||
|
|
||||||
use anyhow::{Context, Result};
|
use anyhow::{Context, Result};
|
||||||
|
Loading…
Reference in New Issue
Block a user