cleanup unneeded .into_iters() and stuff

This commit is contained in:
dawn 2026-01-17 10:25:22 +03:00
parent 553b566595
commit d1451a858d
No known key found for this signature in database
17 changed files with 82 additions and 146 deletions

View file

@ -1,6 +1,6 @@
use ordermap::OrderMap;
use crate::{command::Command, parameter::Skip, token::Token};
use crate::{command::Command, token::Token};
#[derive(Debug, Clone)]
pub struct TreeBranch {