Skip to content

Commit

Permalink
Remove unnecessary unsafe Send marker in iced_winit
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 29, 2023
1 parent 8c4e7d8 commit ac12d2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions winit/src/multi_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac12d2d

Please sign in to comment.