1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

export symbols

This commit is contained in:
Nikolay Kim
2018-03-09 13:03:15 -08:00
parent 02dd5375a9
commit caaace82e3
4 changed files with 9 additions and 9 deletions

View File

@ -77,7 +77,7 @@ pub enum ClientConnectorError {
#[fail(display = "{}", _0)]
Connector(#[cause] ConnectorError),
/// Connecting took too long
/// Connection took too long
#[fail(display = "Timeout out while establishing connection")]
Timeout,