mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
e1a8123145
# Objective While working on #7442 i discovered that `get_short_name` does not work well with sub paths after closing brackets. It currently turns `bevy_asset::assets::Assets<bevy_scene::dynamic_scene::DynamicScene>::asset_event_system` into `Assets<DynamicScene>asset_event_system`. This PR fixes that. ## Solution - Retain `::` after a closing bracket like `>`, `)` or `]`. - Add a test for all sub path after closing bracket cases. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |