From 696dbdd2238e919bffa756fff1f02ace90a81ecb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 24 Nov 2024 17:18:01 +0100 Subject: Manual clippy --- server/src/network/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/network') diff --git a/server/src/network/register.rs b/server/src/network/register.rs index 2bd4fa92..eccdf22b 100644 --- a/server/src/network/register.rs +++ b/server/src/network/register.rs @@ -29,7 +29,7 @@ use std::{ }; use tokio::{sync::RwLock, time::interval}; -const REGISTRY_URI: &'static str = "https://hurrycurry-registry.metamuffin.org"; +const REGISTRY_URI: &str = "https://hurrycurry-registry.metamuffin.org"; pub struct Register { name: String, -- cgit v1.2.3-70-g09d2