Skip to content

Do not require T: Clone for EventLoopProxy<T>: Clone#1086

Merged
Osspial merged 5 commits intorust-windowing:masterfrom
yvt:patch-clone-proxy
Aug 5, 2019
Merged

Do not require T: Clone for EventLoopProxy<T>: Clone#1086
Osspial merged 5 commits intorust-windowing:masterfrom
yvt:patch-clone-proxy

Conversation

@yvt
Copy link
Copy Markdown
Contributor

@yvt yvt commented Aug 2, 2019

This pull request removes the T: Clone restriction from the Clone impl of EventLoopProxy<T>.


  • Tested on all platforms changed
    • X11
    • Wayland
    • macOS
    • Windows
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

@goddessfreya
Copy link
Copy Markdown
Contributor

goddessfreya commented Aug 2, 2019

Needs a changelog entry, then lgtm. (Assuming it builds)

@yvt yvt marked this pull request as ready for review August 2, 2019 03:20
@yvt
Copy link
Copy Markdown
Contributor Author

yvt commented Aug 4, 2019

I accidentally tested the wrong branch (my bad!). It should be okay now.

@Osspial Osspial merged commit 73cf10e into rust-windowing:master Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants