mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 16:45:59 +03:00
[PR #183] [MERGED] Make clippy happy #193
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/matze/wastebin/pull/183
Author: @cgzones
Created: 8/31/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @matze
Base:
master← Head:clippy📝 Commits (2)
0ea247bMake clippy happy4f7ed71Reduce scope of clippy overrides📊 Changes
12 files changed (+46 additions, -38 deletions)
View changed files
📝
crates/wastebin_core/src/db.rs(+2 -2)📝
crates/wastebin_core/src/expiration.rs(+1 -0)📝
crates/wastebin_core/src/id.rs(+9 -8)📝
crates/wastebin_core/src/lib.rs(+2 -0)📝
crates/wastebin_ctl/src/main.rs(+1 -1)📝
crates/wastebin_server/src/cache.rs(+2 -2)📝
crates/wastebin_server/src/env.rs(+2 -2)📝
crates/wastebin_server/src/errors.rs(+5 -5)📝
crates/wastebin_server/src/handlers/delete/api.rs(+1 -1)📝
crates/wastebin_server/src/handlers/delete/form.rs(+1 -1)📝
crates/wastebin_server/src/handlers/html/burn.rs(+18 -16)📝
crates/wastebin_server/src/main.rs(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.