mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-30 00:14:58 +02:00
try to fix doc test failures (#2284)
This commit is contained in:
@ -879,7 +879,7 @@ async fn test_brotli_encoding_large_openssl() {
|
||||
assert_eq!(bytes, Bytes::from(data));
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "rustls", feature = "openssl"))]
|
||||
#[cfg(feature = "rustls")]
|
||||
mod plus_rustls {
|
||||
use std::io::BufReader;
|
||||
|
||||
|
Reference in New Issue
Block a user