cargo fmt and cargo clippy

This commit is contained in:
2024-04-09 13:52:02 +02:00
parent 3b94a125ef
commit b5b01b2ceb
13 changed files with 58 additions and 106 deletions

View File

@ -2,10 +2,9 @@ use std::net::{SocketAddr, UdpSocket};
use std::sync::mpsc;
use log::{info, warn};
use satrs::pus::{PusTmAsVec, PusTmInPool};
use satrs::pus::PusTmAsVec;
use satrs::{
hal::std::udp_server::{ReceiveResult, UdpTcServer},
pool::{PoolProviderWithGuards, SharedStaticMemoryPool},
tmtc::CcsdsError,
};
@ -90,7 +89,7 @@ mod tests {
},
tmtc::ReceivesTcCore,
};
use satrs_example::config::{components, OBSW_SERVER_ADDR};
use ops_sat_rs::config::{components, OBSW_SERVER_ADDR};
use super::*;