Add a way to debug the Body contents with tracing #3551
Annotations
1 warning
unused import: `fmt`:
kube-client/src/client/body.rs#L3
warning: unused import: `fmt`
--> kube-client/src/client/body.rs:3:5
|
3 | fmt,
| ^^^
|
= note: `#[warn(unused_imports)]` on by default
|