Remove unnecessary pubs.
This commit is contained in:
parent
f645b0cb75
commit
67e95a0adc
@ -12,15 +12,15 @@ pub trait OrgModeContext<'r> {
|
|||||||
// todo
|
// todo
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct FailMatcherNode<'r> {
|
struct FailMatcherNode<'r> {
|
||||||
pub fail_matcher: ChainBehavior<'r>,
|
fail_matcher: ChainBehavior<'r>,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct PreviousElementNode<'r> {
|
struct PreviousElementNode<'r> {
|
||||||
pub dummy: &'r str,
|
dummy: &'r str,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum ChainBehavior<'r> {
|
enum ChainBehavior<'r> {
|
||||||
AndParent(Option<&'r Matcher>),
|
AndParent(Option<&'r Matcher>),
|
||||||
IgnoreParent(Option<&'r Matcher>),
|
IgnoreParent(Option<&'r Matcher>),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user