Additional new nightly lint fixes.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-27 22:05:38 +00:00
parent e178c12b6e
commit cb219c2135
15 changed files with 24 additions and 24 deletions

View File

@@ -55,7 +55,7 @@ pub(super) async fn room_list(
.collect::<Vec<_>>()
.join("\n");
self.write_str(&format!("Rooms ({}):\n```\n{body}\n```", rooms.len(),))
self.write_str(&format!("Rooms ({}):\n```\n{body}\n```", rooms.len()))
.await
}