darkirc/irc/mod: chore clippy

This commit is contained in:
skoupidi
2024-11-27 14:29:56 +02:00
parent 91cbe8375a
commit 4fbf5fc8e1

View File

@@ -56,7 +56,7 @@ pub struct OldPrivmsg {
}
impl OldPrivmsg {
pub fn into_new(&self) -> Privmsg {
pub fn into_new(self) -> Privmsg {
Privmsg {
version: 0,
msg_type: 0,