Fix inconsistency
This commit is contained in:
parent
34f2d4c1f1
commit
0b7ad4e2fd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ impl Store {
|
||||||
fn update<'a>(&'a self, entry: FileLockEntry<'a>) -> Result<()> {
|
fn update<'a>(&'a self, entry: FileLockEntry<'a>) -> Result<()> {
|
||||||
unimplemented!();
|
unimplemented!();
|
||||||
}
|
}
|
||||||
fn retrieve_copy(&self, id : String) -> Result<Entry> {
|
fn retrieve_copy(&self, path: PathBuf) -> Result<Entry> {
|
||||||
unimplemented!();
|
unimplemented!();
|
||||||
}
|
}
|
||||||
fn delete(&self, path: PathBuf) -> Result<()> {
|
fn delete(&self, path: PathBuf) -> Result<()> {
|
||||||
|
|
Loading…
Reference in a new issue