feat: ignore one clippy warn

This commit is contained in:
2023-11-03 21:30:57 +08:00
parent 2f0042e209
commit 7cfe51fa96

View File

@@ -168,6 +168,7 @@ impl Command for CommandImpl {
}
}
}
#[allow(deprecated)]
Packet::MDC(mdc) => {
information!("Found MDC: {:?}", mdc);
}