mirror of https://github.com/zkat/cacache-rs.git
fix(index): get rid of last compiler warning
This commit is contained in:
parent
346cf5fb23
commit
22c4b3010f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue