[proxy] Fix rendering for top-level rustdoc (#113)

Signed-off-by: clemensw <clemensw@users.noreply.github.com>
This commit is contained in:
clemensw 2018-01-09 00:40:12 +01:00 committed by Oliver Gould
parent caeb83a526
commit b1831cd415
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ use outbound::Outbound;
/// Runs a sidecar proxy.
///
/// The proxy binds two listeners:
///
/// - a private socket (TCP or UNIX) for outbound requests to other instances;
/// - and a public socket (TCP and optionally TLS) for inbound requests from other
/// instances.