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