mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #68] [MERGED] Make use of NonZero #139
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#139
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/68
Author: @cgzones
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/30/2024
Merged by: @matze
Base:
master← Head:nonzero📝 Commits (1)
144037dMake use of NonZero📊 Changes
8 files changed (+45 additions, -18 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
README.md(+1 -1)📝
src/db.rs(+5 -2)📝
src/env.rs(+3 -2)📝
src/main.rs(+2 -1)📝
src/pages.rs(+22 -9)📝
src/routes/form.rs(+4 -2)📝
src/routes/json.rs(+3 -1)📄 Description
Make clear to readers that the value 0 is not supported and has no special meaning.
Also allows the compiler to improve enum layouts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.