We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe78a9 commit ab5c34bCopy full SHA for ab5c34b
examples/client.rs
@@ -96,8 +96,6 @@ async fn fetch_container_to_devnull(o: GetMetadataOpts) -> Result<()> {
96
let mut devnull = tokio::io::sink();
97
let copier = tokio::io::copy(&mut blob, &mut devnull);
98
let (copier, driver) = tokio::join!(copier, driver);
99
- dbg!(&copier);
100
- dbg!(&driver);
101
copier?;
102
driver?;
103
}
0 commit comments