Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conversions between Visibility and bool (#14784)
# Objective Fixes #14521. ## Solution Added to methods to the VIsibility. ```rs is_visible() -> Result<bool, String> ``` and ```rs visbility_from_bool(bool) -> Visibility ``` ## Testing Ran * `cargo run -p ci -- lints` * `cargo run -p ci -- test` * `cargo run -p ci -- compile` it seems to be working. However I got few error messages :`ERROR bevy_log: could not set global logger and tracing subscriber as they are already set. Consider disabling LogPlugin` in `cargo run -p ci -- test`, even though all test passed. I'm not sure if that's expected behaviour Ps. I'm new to contributing, please correct me if anything is wrong
- Loading branch information