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_label.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_label.rs')
-rw-r--r-- | src/construct/partial_label.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/partial_label.rs b/src/construct/partial_label.rs index c831eaf..c78278e 100644 --- a/src/construct/partial_label.rs +++ b/src/construct/partial_label.rs @@ -57,8 +57,8 @@ use crate::constant::LINK_REFERENCE_SIZE_MAX; 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. /// |