Remove unnecessary unsafe Send marker in iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2023-11-29 22:50:35 +01:00
parent 8c4e7d80a1
commit ac12d2d099
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -40,9 +40,6 @@ enum Event<Message> {
},
}
#[allow(unsafe_code)]
unsafe impl<Message> std::marker::Send for Event<Message> {}
/// An interactive, native, cross-platform, multi-windowed application.
///
/// This trait is the main entrypoint of multi-window Iced. Once implemented, you can run