Impl BookmarkCollection::delete()
This commit is contained in:
parent
ed1eea053a
commit
5fa189fb4e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ impl<'a> BookmarkCollection<'a> {
|
|||
}
|
||||
|
||||
pub fn delete(store: &Store, name: &str) -> Result<()> {
|
||||
unimplemented!()
|
||||
store.delete(ModuleEntryPath::new(name).into_storeid()).map_err_into(BEK::StoreReadError)
|
||||
}
|
||||
|
||||
pub fn links(&self) -> Result<Vec<Url>> {
|
||||
|
|
Loading…
Reference in a new issue