mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
Style tweak
This commit is contained in:
committed by
Dirkjan Ochtman
parent
dbce6b2a4b
commit
c2c8e12ae6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user