fix two clippy lints

This commit is contained in:
Bennet Bleßmann
2024-05-28 21:28:18 +02:00
parent 80a0cab6ab
commit 1a9d10d298
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ pub(crate) fn as_partial_string(
tail_ref = succ;
}
Term::PartialString(_, pstr, tail) => {
string += &pstr;
string += pstr;
tail_ref = tail;
}
Term::CompleteString(_, cstr) => {