mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
darkirc/irc/mod: chore clippy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user