mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
63d17e8494
# Objective - Shorten assertions. ## Solution - Replace '==' assertions with 'assert_eq()' and '!=' assertions with 'assert_ne()' . |
||
---|---|---|
.. | ||
app_plugin.rs | ||
bevy_main.rs | ||
derefs.rs | ||
enum_variant_meta.rs | ||
lib.rs |