mirror of https://github.com/fafhrd91/actix-web
fix doc test
This commit is contained in:
parent
5e1293a48b
commit
244ef55004
|
@ -320,6 +320,7 @@ where
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// vec![b"h2".to_vec(), b"http/1.1".to_vec()]
|
/// vec![b"h2".to_vec(), b"http/1.1".to_vec()]
|
||||||
|
/// # ;
|
||||||
/// ```
|
/// ```
|
||||||
#[cfg(feature = "rustls-0_23")]
|
#[cfg(feature = "rustls-0_23")]
|
||||||
pub fn rustls_0_23(
|
pub fn rustls_0_23(
|
||||||
|
|
Loading…
Reference in New Issue