summaryrefslogtreecommitdiff
path: root/test_util/src
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-03-16 19:29:32 -0400
committerGitHub <noreply@github.com>2023-03-17 00:29:32 +0100
commit35196eab279340376929dd75ed717ef4830e2fa9 (patch)
tree5aefff339ef50d3e89ff36422c90e929dea3897f /test_util/src
parent3f031ad9af2d61671f8408632f31592ac4186926 (diff)
BREAKING(unstable): remove WebGPU (#18094)
This PR _**temporarily**_ removes WebGPU (which has behind the `--unstable` flag in Deno), due to performance complications due to its presence. It will be brought back in the future; as a point of reference, Chrome will ship WebGPU to stable on 26/04/2023. --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'test_util/src')
-rw-r--r--test_util/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs
index 23cf6a026..7b88b0a69 100644
--- a/test_util/src/lib.rs
+++ b/test_util/src/lib.rs
@@ -1474,7 +1474,7 @@ async fn wrap_client_auth_https_server() {
}
Err(e) => {
- eprintln!("https-client-auth accept error: {:?}", e);
+ eprintln!("https-client-auth accept error: {e:?}");
yield Err(e);
}
}