Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Fix dyn and import warnings #491

Merged
merged 1 commit into from Jun 6, 2019
Merged

Conversation

GuillaumeGomez
Copy link
Member

@EPashkin
Copy link
Member

EPashkin commented Jun 5, 2019

Thanks and 👍
Note: cairo also have one warning

warning: trait objects without an explicit `dyn` are deprecated
  --> D:/eap/rust/0/cairo\src\error.rs:73:32
   |
73 |     fn cause(&self) -> Option<&Error> {
   |                                ^^^^^ help: use `dyn`: `dyn Error`

@sdroege
Copy link
Member

sdroege commented Jun 5, 2019

👍

@GuillaumeGomez
Copy link
Member Author

@EPashkin One crate at a time! Currently facing gio. :)

@sdroege sdroege merged commit 34b8df4 into gtk-rs:master Jun 6, 2019
@GuillaumeGomez GuillaumeGomez deleted the warnings branch June 6, 2019 06:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants