Cargo clippy --fix

This commit is contained in:
2026-03-13 22:34:09 +01:00
parent c5c8b78ebb
commit 1307b389a1

View File

@@ -96,10 +96,10 @@ impl SymbolLibrary {
for sym in &self.symbols {
out.push_str(&sym.raw);
out.push_str("\n");
out.push('\n');
}
out.push_str(")");
out.push(')');
out
}