fixed tests

This commit is contained in:
Y. T. Chung
2015-10-01 04:08:31 +08:00
parent 10652fc68d
commit 5156fa8bee
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ use config::Config;
/// timeout: None,
/// dns_cache_capacity: 1024,
/// }];
/// RelayLocal::new(config).run(1);
/// RelayLocal::new(config).run();
/// ```
#[derive(Clone)]
pub struct RelayLocal {

View File

@@ -50,7 +50,7 @@ use config::Config;
/// timeout: None,
/// dns_cache_capacity: 1024,
/// }];
/// RelayServer::new(config).run(1);
/// RelayServer::new(config).run();
/// ```
///
#[derive(Clone)]