Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bevyengine#5817: derive_bundle macro is not hygienic (bevyengine#5835)
# Objective - Fixes bevyengine#5817. - Removes std::vec::Vec ambiguities in derive_bundle macro ## Solution Prepend :: to standard library full Vec qualified type name (::std::vec::Vec)
- Loading branch information