Change summary
Cargo.toml | 1 -
crates/gpui/src/platform/windows/dispatcher.rs | 3 ---
2 files changed, 4 deletions(-)
Detailed changes
@@ -465,7 +465,6 @@ features = [
"Win32_Security",
"Win32_Security_Credentials",
"Win32_Storage_FileSystem",
- "Win32_System_LibraryLoader",
"Win32_System_Com",
"Win32_System_Com_StructuredStorage",
"Win32_System_DataExchange",
@@ -31,9 +31,6 @@ pub(crate) struct WindowsDispatcher {
main_thread_id: ThreadId,
}
-unsafe impl Send for WindowsDispatcher {}
-unsafe impl Sync for WindowsDispatcher {}
-
impl WindowsDispatcher {
pub(crate) fn new() -> Self {
let controller = unsafe {