Skip to content

Commit

Permalink
Remove merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Sep 10, 2023
1 parent 6e17a27 commit 07edc80
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/borrowed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,6 @@ impl<'a> WindowHandle<'a> {
}
}

#[allow(deprecated)]
unsafe impl crate::HasRawWindowHandle for WindowHandle<'_> {
fn raw_window_handle(&self) -> Result<RawWindowHandle, HandleError> {
Ok(self.raw)
}
}

impl AsRef<RawWindowHandle> for WindowHandle<'_> {
fn as_ref(&self) -> &RawWindowHandle {
&self.raw
Expand Down

0 comments on commit 07edc80

Please sign in to comment.