We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cce465 commit 6278560Copy full SHA for 6278560
tests/client.rs
@@ -389,7 +389,10 @@ async fn http2_upgrade() {
389
}
390
391
#[cfg(feature = "default-tls")]
392
-#[cfg_attr(feature = "http3-no-provider", ignore = "enabling http3 seems to break this, why?")]
+#[cfg_attr(
393
+ feature = "http3-no-provider",
394
+ ignore = "enabling http3 seems to break this, why?"
395
+)]
396
#[tokio::test]
397
async fn test_allowed_methods() {
398
let resp = reqwest::Client::builder()
0 commit comments