`bevy_platform::prelude` items are not available in other modules
Open
A-Utils
C-Code-Quality
D-Modest
S-Needs-Design
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
I noticed that in the `prelude` module of `bevy_platform`, there are items exclusively there. That is uncommon as using `prelude` is generally optional to get a quick import done.
https://dev-docs.bevy.org/bevy_platform/prelude/index.html
The docs of `prelude` here seem to try to fulfill another purpose, migrating from `std` to `no_std`, I guess? We might then maybe want to rename the module to something else.
Contributor guide
Assessment
This issue has not been assessed yet.