fix(clippy): use ok_or instead of ok_or_else for plain HttpError values #43
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-server!43
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/clippy-sessions-ok-or"
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?
CI's -D warnings tripped on two unnecessary_lazy_evaluations in sessions.rs where the None substitute is a plain constructor call, not a deferred computation. Switch both call sites to ok_or so clippy passes under the workspace's deny-warnings policy.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com