Add remove::remove_tag()
This commit is contained in:
parent
78ae968ee9
commit
028f8676a0
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
|
||||
use libimagstore::store::Entry;
|
||||
|
||||
use result::Result;
|
||||
use tag::Tag;
|
||||
|
||||
pub fn remove_tag(e: &Entry, t: &Tag) -> Result<()> {
|
||||
unimplemented!()
|
||||
}
|
Loading…
Reference in a new issue