fix(index): get rid of last compiler warning

This commit is contained in:
Kat Marchán 2019-06-05 13:50:26 +02:00
parent 346cf5fb23
commit 22c4b3010f
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 4 additions and 3 deletions

View File

@ -98,9 +98,10 @@ pub fn delete(cache: &Path, key: &str) -> Result<(), Error> {
Ok(())
}
pub fn ls(_cache: &Path) {
unimplemented!();
}
// TODO
// pub fn ls(_cache: &Path) {
// unimplemented!();
// }
fn bucket_path(cache: &Path, key: &str) -> PathBuf {
let hashed = hash_key(&key);