Closes #481
This commit is contained in:
Steven Fackler
2019-09-08 16:54:10 -07:00
parent 24cf9291e1
commit 847015c655

View File

@@ -157,7 +157,7 @@ fn next_portal() -> String {
///
/// Requires the `runtime` Cargo feature (enabled by default).
///
/// [`Config`]: ./Config.t.html
/// [`Config`]: config/struct.Config.html
#[cfg(feature = "runtime")]
pub fn connect<T>(config: &str, tls: T) -> impls::Connect<T>
where