fixup for 9231cf5f
This commit is contained in:
parent
2ed07d4f7d
commit
749f08ca66
1 changed files with 0 additions and 4 deletions
|
@ -103,10 +103,6 @@ impl<'a> BookmarkCollection<'a> {
|
|||
.map_err_into(BEK::LinkError)
|
||||
}
|
||||
|
||||
pub fn get_link(&self, l: Link) -> Result<Link> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn get_links_matching(&self, r: Regex) -> Result<Link> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue