You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI was red on every commit since early in the project and had gone unnoticed because local checks never ran with the same strict flags: cargo clippy --workspace --all-targets -- -D warnings failed on two long-standing warnings (ThemePreference's and ToastManager's manual Default impls, both now #[derive(Default)]; ToastManager::report was genuinely unused code and removed), and cargo fmt --all -- --check failed across most of the codebase (now reformatted to rustfmt defaults, no behavior change)