diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-07 18:16:23 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-07 18:16:23 +0200 |
commit | 2aa90a60a45566ebfdb5252a77bb318810cffe0c (patch) | |
tree | de5fe00ddfa1daae9422d134b8da4bead6de9694 /src/tokenizer.rs | |
parent | 1c3b6e900d9b23e8a1f34f1c5b7b9657bd7c1451 (diff) | |
download | markdown-rs-2aa90a60a45566ebfdb5252a77bb318810cffe0c.tar.gz markdown-rs-2aa90a60a45566ebfdb5252a77bb318810cffe0c.tar.bz2 markdown-rs-2aa90a60a45566ebfdb5252a77bb318810cffe0c.zip |
Fix some small to dos
Diffstat (limited to '')
-rw-r--r-- | src/tokenizer.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tokenizer.rs b/src/tokenizer.rs index c1a23eb..6198776 100644 --- a/src/tokenizer.rs +++ b/src/tokenizer.rs @@ -2190,7 +2190,8 @@ impl<'a> Tokenizer<'a> { ) } - /// To do. + /// Like `go`, but this lets you *hijack* back to some other state after a + /// certain code. #[allow(clippy::unused_self)] pub fn go_until( &mut self, |