mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-22 21:33:50 +03:00
rustfmt
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8a9c71c035
commit
07265b3e37
@ -74,10 +74,10 @@ impl<T: SeqRead> Decoder<T> {
|
||||
|
||||
#[cfg(feature = "tokio-io")]
|
||||
mod tok {
|
||||
use crate::decoder::{Contents, SeqRead};
|
||||
use std::io;
|
||||
use std::pin::Pin;
|
||||
use std::task::{Context, Poll};
|
||||
use crate::decoder::{Contents, SeqRead};
|
||||
|
||||
/// Read adapter for `futures::io::AsyncRead`
|
||||
pub struct TokioReader<T> {
|
||||
|
Loading…
Reference in New Issue
Block a user