From ae39503547a75bbd4c6865a222398f600082c970 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 12 Dec 2024 19:06:51 +0100 Subject: [PATCH] prova --- src/drone/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drone/mod.rs b/src/drone/mod.rs index 80e36ab..040279a 100644 --- a/src/drone/mod.rs +++ b/src/drone/mod.rs @@ -9,7 +9,7 @@ use wg_2024::network::NodeId; use wg_2024::network::SourceRoutingHeader; use wg_2024::packet::{FloodRequest, FloodResponse, Nack, NackType, NodeType, Packet, PacketType}; -pub mod rust_do_it; +pub mod rust_do_it; #[derive(Debug)] pub struct RustDoIt { id: NodeId,