This commit is contained in:
Matthias Beyer 2016-07-08 16:30:50 +02:00
parent 2ed07d4f7d
commit 749f08ca66
1 changed files with 0 additions and 4 deletions

View File

@ -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!()
}