chiark / gitweb /
Reduce String consing in reply userid
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Feb 2024 12:53:20 +0000 (12:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Feb 2024 14:26:16 +0000 (14:26 +0000)
commit62e352afb149bc3f6e57637c46eabb019b8f7405
treea404a330f03b201e008e981a36f66ed234bfdb58
parent379c8ccc14fc7ea8ad52bb00e10fdc82602700d9
Reduce String consing in reply userid

Not sure if this is worthwile.  You may want to suppress the lint
clippy::format_collect instead.
src/posting.rs