some tiny tweaks

This commit is contained in:
2023-10-01 14:48:41 +02:00
parent 157d904794
commit 922631022c
2 changed files with 0 additions and 2 deletions

View File

@ -139,7 +139,6 @@ pub struct TcpTmtcGenericServer<
TmSender: TcpTmSender<TmError, TcError>,
TcParser: TcpTcParser<TmError, TcError>,
> {
// base: TcpTmtcServerBase<TmError, TcError>,
pub(crate) listener: TcpListener,
pub(crate) inner_loop_delay: Duration,
pub(crate) tm_source: TmSource,