-
-
Notifications
You must be signed in to change notification settings - Fork 90
Conversation
Good for me, once it passes. That might take some effort though, I don't think the crates above glib/gio are clippy clean. Maybe keep them as warnings for now until it's all cleaned up? That way we at least don't introduce new warnings. |
I will run clippy locally and see the amount of work needed, I'm willing to put some time on it to get all the warnings cleared. |
5f0c4b8
to
025c7ba
Compare
@sdroege this one should be ready |
Seems ok to me otherwise, thanks! |
ce980b8
to
39b8f4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me otherwise now
Put a |
Good, the rust github action is currently broken... |
as we need matches! which was stabilized in v1.42.0
only for glib, gdk & cairo. other crates have very few them this mostly to encourage documenting the safety of exported functions in the future
this should lets us catch some behind feature flag clippy warnings and fixes the current ones
due to the new feature(doc_cfg)
as the doc(feature) are generated when there are no docs
…returning non-references
b1684a7
to
ee8edd3
Compare
as we can't run clippy with --all-features & we can't specify --features at workspace level, workaround it for now till we can re-use --all-features again
a7ed4eb
to
ec7dbdc
Compare
@sdroege should be ready |
Thanks, will merge in a few minutes :) |
No description provided.