Apply lints to all targets

This commit is contained in:
Juno Takano 2026-03-16 20:07:27 -03:00
commit 6af32696be
19 changed files with 61 additions and 95 deletions

View file

@ -85,7 +85,7 @@ mod tests {
preformat.open = None;
assert_eq!(
format!("{}", Token::PreFormat(preformat.clone())),
format!("{}", Token::PreFormat(preformat)),
"Tk:PreFormat [unknown]"
);
}