Remove unnecessary unsafe Send marker in iced_winit
This commit is contained in:
parent
8c4e7d80a1
commit
ac12d2d099
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue