From ad224f53c798e8417a63d98daeaf3cadc199666c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 15 Jan 2022 01:10:12 -0500 Subject: chore: upgrade to rust 1.58 (#13377) --- ext/websocket/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/websocket/lib.rs') diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs index 9358fb4b0..3384a8f9c 100644 --- a/ext/websocket/lib.rs +++ b/ext/websocket/lib.rs @@ -334,7 +334,7 @@ where .map_err(|err| { DomExceptionNetworkError::new(&format!( "failed to connect to WebSocket: {}", - err.to_string() + err )) })?; -- cgit v1.2.3