add getter for TagsContext parser
This commit is contained in:
parent
7bac34c925
commit
26899f7246
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue