mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 08:27:30 +00:00
e64efd399e
# Objective - I think our codebase is hit badly by rust-lang/rust-analyzer#11410 - None of our uses of cyclic dependencies are remotely necessary - Note that these are false positives in rust-analyzer, however it's probably easier for us to work around this - Note also that I haven't confirmed that this is causing rust-analyzer to not work very well, but it's not a bad guess. ## Solution - Remove our cyclic dependencies - Import the trick from #2851 for no-op plugin groups. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |