We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3bf1e commit bd1f8c9Copy full SHA for bd1f8c9
examples/std/src/bin/type_c/service.rs
@@ -88,7 +88,7 @@ async fn controller_task(state: &'static mock_controller::ControllerState) {
88
89
let output = output.unwrap();
90
if let Output::PdAlert(OutputPdAlert { port, ado }) = &output {
91
- info!("{:?}: PD alert received: {:?}", port, ado);
+ info!("{port:?}: PD alert received: {ado:?}");
92
}
93
94
if let Err(e) = wrapper.finalize(output).await {
0 commit comments