From 2aa90a60a45566ebfdb5252a77bb318810cffe0c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 7 Jul 2022 18:16:23 +0200 Subject: Fix some small to dos --- src/tokenizer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tokenizer.rs') 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, -- cgit