- Removed TaskLabel struct and its impl from gpui/src/executor.rs - Removed spawn_labeled method from BackgroundExecutor - Updated callers (buffer_diff, fs, language) to use regular spawn - Removed label parameter from PlatformDispatcher::dispatch() trait - Updated all dispatcher implementations (Mac, Linux, Windows, Test, PlatformScheduler) - Fixed pre-existing dead code issues found during clippy