add getter for TagsContext parser

This commit is contained in:
Michael Davis 2021-12-18 09:44:05 -06:00
parent 7bac34c925
commit 26899f7246
No known key found for this signature in database
GPG key ID: 25D3AFE4BA2A0C49

View file

@ -252,6 +252,10 @@ impl TagsContext {
}
}
pub fn parser(&mut self) -> &mut Parser {
&mut self.parser
}
pub fn generate_tags<'a>(
&'a mut self,
config: &'a TagsConfiguration,