fixes after review

This commit is contained in:
Alexey Shekhirin 2021-04-08 16:35:28 +03:00
parent 698a1ea582
commit ae1655586c
No known key found for this signature in database
GPG key ID: AF9A26AA133B5B98
9 changed files with 56 additions and 89 deletions

View file

@ -34,8 +34,4 @@ pub enum UpdateMsg<D> {
path: PathBuf,
ret: oneshot::Sender<Result<()>>,
},
IsLocked {
uuid: Uuid,
ret: oneshot::Sender<Result<bool>>,
},
}