no run some tests

This commit is contained in:
Y. T. Chung
2014-10-24 16:22:59 +08:00
parent 45cbb46d36
commit 0026bf92e3
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ use config::Config;
///
/// UDP Associate and Bind commands are not supported currently.
///
/// ```
/// ```no_run
/// use shadowsocks::relay::Relay;
/// use shadowsocks::relay::RelayLocal;
/// use shadowsocks::config::{Config, ClientConfig, SingleServer, ServerConfig};

View File

@@ -30,7 +30,7 @@ use config::Config;
///
/// UDP Associate and Bind commands are not supported currently.
///
/// ```
/// ```no_run
/// use shadowsocks::relay::Relay;
/// use shadowsocks::relay::RelayServer;
/// use shadowsocks::config::{Config, SingleServer, ServerConfig};