Move lints configuration to manifest
Can I close this as "Not planned"?
No problems...
I also found it strange that workspace lints can't be overridden at the workspace member level. This behavior is not documented.
I dropped the MSRV bump.
What about the lint fixes and the "resolve" warning fix ? Should we keep them ?
I moved the ash package specific lints back to the lib.rs file and enabled the workspace lints.
This works as "expected".
PS: I don't expect this to be merged. Just showcasing.
PS: I don't expect this to be merged. Just showcasing.
Note that everyone gets notifications when you're debugging by means of (force-)pushing.
Note that everyone gets notifications when you're debugging by means of (force-)pushing.
Sorry about that. I'll be more careful next time.
Current status / limitations:
- all common lints are now configured at the workspace level.
-
ash-windownow uses the common lints (was using a subset). - as mentioned earlier, it is not possible to override or tweak the lints at the workspace member level (but it is still possible to do it from
main.rs/lib.rs).