Skip to content

Replace lower_ty() with typeck_results.node_type()#126

Merged
BD103 merged 1 commit intomainfrom
replace-lower-ty
Oct 7, 2024
Merged

Replace lower_ty() with typeck_results.node_type()#126
BD103 merged 1 commit intomainfrom
replace-lower-ty

Conversation

@BD103
Copy link
Copy Markdown
Member

@BD103 BD103 commented Oct 7, 2024

Fixes #114!

The migrates bevy::insert_event_resource from using the quasi-deprecated lower_ty() function to TypeckResults::node_type(). The behavior of the lint should not change, though this PR may fix a few hidden crashes.

@BD103 BD103 added A-Linter Related to the linter and custom lints C-Bug A bug in the program labels Oct 7, 2024
@BD103 BD103 merged commit 93ac9d0 into main Oct 7, 2024
@BD103 BD103 deleted the replace-lower-ty branch October 7, 2024 11:55
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-Bug A bug in the program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace lower_ty() with typeck_results.node_type()

2 participants