Skip to content

Remove unused generic in DeferredWorld::trigger#16911

Merged
alice-i-cecile merged 1 commit intobevyengine:mainfrom
urben1680:deferred-world-trigger-unused-generic
Dec 21, 2024
Merged

Remove unused generic in DeferredWorld::trigger#16911
alice-i-cecile merged 1 commit intobevyengine:mainfrom
urben1680:deferred-world-trigger-unused-generic

Conversation

@urben1680
Copy link
Contributor

Fixing what I just noticed.

Migration Guide

  • Remove the generic parameter when calling this method
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Dec 21, 2024
@alice-i-cecile alice-i-cecile added A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide labels Dec 21, 2024
Merged via the queue into bevyengine:main with commit cf21d9a Dec 21, 2024
@urben1680 urben1680 deleted the deferred-world-trigger-unused-generic branch December 22, 2024 17:09
ecoskey pushed a commit to ecoskey/bevy that referenced this pull request Jan 6, 2025
Fixing what I just noticed. ## Migration Guide - Remove the generic parameter when calling this method
mrchantey pushed a commit to mrchantey/bevy that referenced this pull request Feb 4, 2025
Fixing what I just noticed. ## Migration Guide - Remove the generic parameter when calling this method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

3 participants