-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gtk: Clippy warns about unsound Send
implementation
#2067
Labels
shell/gtk
concerns the GTK backend
Comments
The comment explains why it is safe for our case: druid/druid-shell/src/backend/gtk/window.rs Lines 1267 to 1271 in 782d25e
|
There is also a warning on mac backend 😬 |
maan2003
added
shell/gtk
concerns the GTK backend
shell/mac
concerns the macOS backend
labels
Dec 3, 2021
I don't care about that one 😋 Should probably be a separate issue so it's clear that the gtk issue is fixed once my associated PR is merged? |
Sure, done #2069 |
jplatte
changed the title
Clippy warns about unsound
gtk: Clippy warns about unsound Dec 3, 2021
Send
implementationSend
implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nightly clippy raises the following warning:
The text was updated successfully, but these errors were encountered: