diff --git a/src/event_loop/linux.rs b/src/event_loop/linux.rs index 29f04268..ae0be6cf 100644 --- a/src/event_loop/linux.rs +++ b/src/event_loop/linux.rs @@ -10,11 +10,6 @@ use super::{EventLoop, MainThreadExecutor}; use crate::util::permit_alloc; /// See [`EventLoop`][super::EventLoop]. -#[cfg_attr( - target_os = "macos", - deprecated = "macOS needs to have its own event loop implementation, this implementation may \ - not work correctly" -)] pub(crate) struct LinuxEventLoop { /// The thing that ends up executing these tasks. The tasks are usually executed from the worker /// thread, but if the current thread is the main thread then the task cna also be executed