fix(hero_biz_admin): Rust 2024 type inference, axum features, clippy #48
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_biz!48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_build"
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?
Summary
&Stringtype annotations to ~150 closures inhandlers/mod.rs— Rust 2024 edition has stricter closure type inferenceif letbinding using.as_deref()for unambiguous&str"form"and"query"features (required whendefault-features = false)effective_base_pathimportinit_hero_log()tologging.rswithHeroLogLayertracing subscriber (was called inmain.rsbut not defined)&PathBuf→&Pathinnew_with_db_root(clippy::ptr_arg)if letblocks (clippy::collapsible_if)Pathimport fromservices/mod.rsTest plan
cargo build --workspacepasses cleancargo clippy --workspace --all-targets -- -D warningspasses cleanPull request closed