clean code with clippy

This commit is contained in:
2023-05-30 14:36:23 +02:00
parent 7fcae95b02
commit 9c30cda326
5 changed files with 8 additions and 17 deletions

View File

@@ -46,6 +46,6 @@ LIMIT 1000
}
ret.push_str("</channel>");
ret.push_str("</rss>");
ret.replace("\n", "")
ret.replace('\n', "")
}
}