From 1bed4eb5a3727e84bac4d64995df212a971f4566 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 26 Feb 2025 18:23:55 +0100 Subject: refactor deserialize and serializevariant trait move stuff around a bit to sepperate it out for deserializevariant --- src/message/handshake/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/message/handshake/init.rs') diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs index 51514ff..9f011ed 100644 --- a/src/message/handshake/init.rs +++ b/src/message/handshake/init.rs @@ -1,4 +1,4 @@ -use crate::{deserialize::Deserialize, serialize::Serialize}; +use crate::serialize::{Deserialize, Serialize}; /// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression #[derive(Clone, Debug)] -- cgit v1.2.3 ubmit();'> IRC Bot for #linuxmasterraceMax Audron <me@audron.dev>
aboutsummaryrefslogtreecommitdiff
path: root/src/hooks (unfollow)
Commit message (Expand)AuthorLines
2021-10-20change hook errors to be logged as warningsMax Audron-3/+3
2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23
2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358
2021-10-19add formatting trait for irc codesMax Audron-0/+129
2021-10-17fix links in readmeMax Audron-2/+2