Got rid of compiler warnings

This commit is contained in:
Jedrzej Stuczynski
2020-02-27 14:42:46 +00:00
parent 0c90afeaa2
commit b922c869f0
4 changed files with 3 additions and 49 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ use sphinx::{ProcessedPacket, SphinxPacket};
use std::net::SocketAddr;
use std::ops::Deref;
use std::sync::Arc;
use std::time::Duration;
#[derive(Debug)]
pub enum MixProcessingError {
@@ -20,6 +19,7 @@ pub enum MixProcessingError {
pub enum MixProcessingResult {
ForwardHop(SocketAddr, Vec<u8>),
#[allow(dead_code)]
LoopMessage,
}