Remove old comment in cache.rs

This commit is contained in:
Tyler Hallada 2020-10-19 01:16:14 -04:00
parent 36a6c38b41
commit 7c5edcf12c

View File

@ -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 anyhow::{Context, Result};