tokio_xmpp: Replace std::io calls with use std::io
This commit is contained in:
parent
67442bfa0b
commit
5bc94dce95
2 changed files with 5 additions and 5 deletions
|
|
@ -53,7 +53,7 @@ pub struct Timeouts {
|
|||
/// Maximum silence after a soft timeout.
|
||||
///
|
||||
/// If the stream is silent for longer than this time after a soft timeout
|
||||
/// has been emitted, a hard [`TimedOut`][`std::io::ErrorKind::TimedOut`]
|
||||
/// has been emitted, a hard [`TimedOut`][`io::ErrorKind::TimedOut`]
|
||||
/// I/O error is returned and the stream is to be considered dead.
|
||||
pub response_timeout: Duration,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue