From 81e028e1a016808f03140e3337ee2efff17cbaab Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 11 Dec 2023 03:29:07 +0200 Subject: [PATCH] perf: dereference &&str to use specialized ToString implementation --- crates/lib/src/protocols/quake/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/src/protocols/quake/client.rs b/crates/lib/src/protocols/quake/client.rs index 972d64a..d3f3db6 100644 --- a/crates/lib/src/protocols/quake/client.rs +++ b/crates/lib/src/protocols/quake/client.rs @@ -78,7 +78,7 @@ fn get_server_values(bufferer: &mut Buffer) -> GDResult