From f9537f8109ca6976a97d88acd0d48dd600f4844d Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 6 Mar 2025 20:32:19 +1300 Subject: Rename Tokeniser::subtokenise to tokenise_child_span This is a clearer and more descriptive name for the method. --- src/tokeniser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tokeniser.rs b/src/tokeniser.rs index 27f4855..2214f42 100644 --- a/src/tokeniser.rs +++ b/src/tokeniser.rs @@ -47,7 +47,7 @@ impl Tokeniser { } /// Create a tokeniser from child to end. - pub fn subtokenise(&mut self) -> Self { + pub fn tokenise_child_span(&mut self) -> Self { let mut start = self.child; start.i = 0; Self { -- cgit v1.2.3-70-g09d2