Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for bevy CI on main - clippy safety comments on trait. (bevyengin…
…e#5665) # Objective Make CI pass on bevy main. Update to rust-1.63, updated clippy to 1.63 which introduced the following enhancements: - [undocumented_unsafe_blocks](https://rust-lang.github.io/rust-clippy/master/index.html#undocumented_unsafe_blocks): Now also lints on unsafe trait implementations This caught two incorrectly written ( but existing) safety comments for unsafe traits. ## Solution Fix the comment to use `SAFETY:`
- Loading branch information