bevy/crates/bevy_asset
Simon Guillot aa81aaf3fa Small improvement of code quality of Assets::set* methods (#1649)
As mentioned in #1609.

I'm not sure if this is desirable, but on top of factoring the `set` and `set_untracked` methods I added a warning when the return value of `set` isn't used to mitigate similar issues.

I silenced it for the only occurence where it's currently done  68606934e3/crates/bevy_asset/src/asset_server.rs (L468)
2021-03-14 00:19:44 +00:00
..
src Small improvement of code quality of Assets::set* methods (#1649) 2021-03-14 00:19:44 +00:00
Cargo.toml Update crossbeam-channel requirement from 0.4.4 to 0.5.0 (#668) 2021-02-01 13:30:38 -08:00