[PR #183] [MERGED] Make clippy happy #193

Closed
opened 2026-02-27 10:16:07 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: clippy


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/matze/wastebin/pull/183 **Author:** [@cgzones](https://github.com/cgzones) **Created:** 8/31/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `clippy` --- ### 📝 Commits (2) - [`0ea247b`](https://github.com/matze/wastebin/commit/0ea247b73b3cdc18f7ff8e0a0dc0414e9739f260) Make clippy happy - [`4f7ed71`](https://github.com/matze/wastebin/commit/4f7ed712acef1fc0b5ef2da4e84bb6370a36f424) Reduce scope of clippy overrides ### 📊 Changes **12 files changed** (+46 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:16:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#193
No description provided.