Style tweak

This commit is contained in:
Benjamin Saunders
2020-06-06 15:18:36 -07:00
committed by Dirkjan Ochtman
parent dbce6b2a4b
commit c2c8e12ae6
+1 -2
View File
@@ -395,12 +395,11 @@ impl Connecting {
/// your needs.
///
/// # Example: support multiple protocols over quic
/// ```
/// ```no_run
/// # use quinn;
/// # async fn serve_h3(conn: quinn_h3::server::Connecting) { unimplemented!() }
/// # async fn serve_tea(conn: quinn::Connecting) { unimplemented!() }
/// # fn main() {
/// # return ();
/// # use quinn_h3::{server, Settings};
/// # tokio::runtime::Runtime::new().unwrap().block_on(async {
/// use std::net::ToSocketAddrs;