bevy
bevy copied to clipboard
Remove `check-cfg` when Rust 1.80 is released
-Zcheck-cfg has been stabilized-ish! (https://github.com/rust-lang/cargo/pull/13571) When Rust 1.80 is released, the separate Github Action job can be removed.
For now, we have two more releases (12 weeks or ~4 months) before this can be done. 💤
https://github.com/bevyengine/bevy/blob/4f9f987099224ca41aab91a582b80fca8eb969f8/.github/workflows/ci.yml#L438-L462