We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22fc07 commit 6fd696eCopy full SHA for 6fd696e
src/common/io/rewind.rs
@@ -106,6 +106,10 @@ where
106
}
107
108
109
+#[cfg(all(
110
+ any(feature = "client", feature = "server"),
111
+ any(feature = "http1", feature = "http2"),
112
+))]
113
#[cfg(test)]
114
mod tests {
115
use super::super::Compat;
src/upgrade.rs
@@ -345,6 +345,10 @@ mod sealed {
345
346
347
348
349
350
351
352
353
354
use super::*;
0 commit comments