TL;DR:
- We run
clippy --all-features on stable, risking build failures if new features eventually require nightly.
- We run
clippy --all-features on nightly, but that might require lint workarounds.
- We keep it as is and only require
clippy once a feature has been stabilized.
I went with option 3, but currently the pipeline will pass for all three options. WDYT?
Originally posted by @berestovskyy in #57 (comment)
TL;DR:
clippy --all-featureson stable, risking build failures if new features eventually require nightly.clippy --all-featureson nightly, but that might require lint workarounds.clippyonce a feature has been stabilized.I went with option 3, but currently the pipeline will pass for all three options. WDYT?
Originally posted by @berestovskyy in #57 (comment)