mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[PR #154] [MERGED] 139 add and resolve clippy lints to prevent unwrap and expect functions #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/154
Author: @quexeky
Created: 9/24/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @quexeky
Base:
develop← Head:139-add-and-resolve-clippy-lints-to-prevent-unwrap-and-expect-functions📝 Commits (10+)
be4fc2dfix: Add lint and remove all unwraps from lib.rsea6fa55chore: Remove all unwraps from util.rs and add state_lock macrobe5500dchore: Add CacheError and remove unwraps from fetch_objectddde547chore: Remove unwraps from fetch_object and server_proto83dc773chore: Remove unwraps from auth.rs463c5e6chore: Remove unwraps from process_handlersdcb7455chore: Clippy unwrap lintingd6a9994Merge branch 'develop' into 139-add-and-resolve-clippy-lints-to-prevent-unwrap-and-expect-functions0d78375chore: Remove lintf733fbbchore: Make the rest of clippy happy📊 Changes
40 files changed (+6001 additions, -622 deletions)
View changed files
📝
package.json(+2 -1)📝
src-tauri/Cargo.lock(+6 -6)📝
src-tauri/src/client/cleanup.rs(+2 -2)📝
src-tauri/src/client/commands.rs(+2 -2)📝
src-tauri/src/database/commands.rs(+21 -5)📝
src-tauri/src/database/db.rs(+65 -23)📝
src-tauri/src/database/scan.rs(+2 -2)📝
src-tauri/src/download_manager/commands.rs(+5 -7)📝
src-tauri/src/download_manager/download_manager_builder.rs(+15 -22)📝
src-tauri/src/download_manager/download_manager_frontend.rs(+16 -28)📝
src-tauri/src/download_manager/util/progress_object.rs(+13 -23)📝
src-tauri/src/download_manager/util/queue.rs(+3 -3)📝
src-tauri/src/error/application_download_error.rs(+9 -3)➕
src-tauri/src/error/cache_error.rs(+26 -0)📝
src-tauri/src/error/library_error.rs(+10 -7)📝
src-tauri/src/error/mod.rs(+1 -0)📝
src-tauri/src/error/process_error.rs(+5 -3)📝
src-tauri/src/error/remote_access_error.rs(+3 -5)📝
src-tauri/src/games/downloads/commands.rs(+6 -13)📝
src-tauri/src/games/downloads/download_agent.rs(+55 -40)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.