diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 19:00:54 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 19:00:54 +0200 |
commit | 6a7462e031ccd5333628f232ba55ec27c8fda404 (patch) | |
tree | e22fe051737e5e2020dce835582be7e56daed1db /src/construct/partial_title.rs | |
parent | a23cff0886f284f33622bce2bddf42b30d006438 (diff) | |
download | markdown-rs-6a7462e031ccd5333628f232ba55ec27c8fda404.tar.gz markdown-rs-6a7462e031ccd5333628f232ba55ec27c8fda404.tar.bz2 markdown-rs-6a7462e031ccd5333628f232ba55ec27c8fda404.zip |
Add docs for `subtokenize`
Diffstat (limited to 'src/construct/partial_title.rs')
-rw-r--r-- | src/construct/partial_title.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/partial_title.rs b/src/construct/partial_title.rs index d02ce60..f2278c0 100644 --- a/src/construct/partial_title.rs +++ b/src/construct/partial_title.rs @@ -32,8 +32,8 @@ //! <!-- To do: link label end. --> use crate::construct::partial_space_or_tab::space_or_tab_opt; +use crate::subtokenize::link; use crate::tokenizer::{Code, State, StateFnResult, TokenType, Tokenizer}; -use crate::util::link::link; /// Configuration. /// |