Skip to content

Conversation

@BD103
Copy link
Member

@BD103 BD103 commented Apr 18, 2025

Another version of clippy_utils has released, meaning it's time to update the linter's required toolchain! Following the process outlined in the contributor's guide, the compatibility table is now as follows:

bevy_lint Version Rust Version Rustup Toolchain Bevy Version
0.3.0-dev 1.88.0 nightly-2025-04-03 0.16

The largest noticeable breaking change is that TyCtxt::fn_arg_names() now returns &[Option<Ident>] instead of &[Ident], meaning we now need to handle the Option.

@BD103 BD103 added A-Linter Related to the linter and custom lints C-Docs An improvement in documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review The PR needs to be reviewed before it can be merged labels Apr 18, 2025
@DaAlbrecht DaAlbrecht merged commit 90703b8 into main Apr 19, 2025
10 checks passed
@DaAlbrecht DaAlbrecht deleted the rustc-nightly-2025-04-03 branch April 19, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Linter Related to the linter and custom lints C-Docs An improvement in documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review The PR needs to be reviewed before it can be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants