mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
Fix Clippy lints (#3494)
* chore: fix some Clippy lints * chore(labrinth): more Clippy fixes
This commit is contained in:
@@ -78,7 +78,7 @@ pub async fn import_curseforge(
|
||||
let icon_bytes =
|
||||
fetch(&thumbnail_url, None, &state.fetch_semaphore, &state.pool)
|
||||
.await?;
|
||||
let filename = thumbnail_url.rsplit('/').last();
|
||||
let filename = thumbnail_url.rsplit('/').next_back();
|
||||
if let Some(filename) = filename {
|
||||
icon = Some(
|
||||
write_cached_icon(
|
||||
|
||||
Reference in New Issue
Block a user