diff options
Diffstat (limited to 'src/construct/frontmatter.rs')
-rw-r--r-- | src/construct/frontmatter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/frontmatter.rs b/src/construct/frontmatter.rs index dc47bee..74006f6 100644 --- a/src/construct/frontmatter.rs +++ b/src/construct/frontmatter.rs @@ -56,11 +56,11 @@ //! //! [constructs]: crate::Constructs -use crate::constant::FRONTMATTER_SEQUENCE_SIZE; use crate::construct::partial_space_or_tab::space_or_tab; use crate::event::Name; use crate::state::{Name as StateName, State}; use crate::tokenizer::Tokenizer; +use crate::util::constant::FRONTMATTER_SEQUENCE_SIZE; /// Start of frontmatter. /// |