7ea05982f2
cargo clippy --workspace -D warnings fails on three pre-existing spots newly flagged by the current toolchain: unnecessary_sort_by in context_report, question_mark in the provider fallback chain, and unnecessary_map_or in the empty-state widget check. Apply the mechanical fixes clippy suggests; no behavior change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>