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
fix(tui): remove unused next_id field from ToastManager
The next_id field became dead code when toast notifications were disabled
and push() was changed to a no-op returning 0 immediately. This fixes the
Clippy dead_code warning in CI.
0 commit comments