clippy fixes

This commit is contained in:
Robin Appelman 2025-05-30 16:51:01 +02:00
commit 0c3dcdefd4

View file

@ -52,7 +52,7 @@ pub async fn get_vanity_url(steam_id: SteamID) -> Result<Option<String>, Error>
.redirect(Policy::none())
.build()
.unwrap()
.get(&format!(
.get(format!(
"https://steamcommunity.com/profiles/{}",
u64::from(steam_id)
))