ran clippy fix

This commit is contained in:
2026-02-27 11:04:41 -05:00
parent c508180228
commit c559d1cc75
15 changed files with 44 additions and 69 deletions

View File

@@ -84,7 +84,7 @@ impl TkVecUtils<Tk> for Vec<Tk> {
}
}
fn debug_tokens(&self) {
for token in self {}
for _token in self {}
}
fn split_at_separators(&self) -> Vec<Vec<Tk>> {
let mut splits = vec![];