mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
f9c52f98b9
# Objective - Fixes #3004 ## Solution - Replaced all the types with their fully quallified names - Replaced all trait methods and inherent methods on dyn traits with their fully qualified names - Made a new file `fq_std.rs` that contains structs corresponding to commonly used Structs and Traits from `std`. These structs are replaced by their respective fully qualified names when used inside `quote!` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |