bevy/crates/bevy_log
Doonv 784b9bd945 Remove unnecessary wildcards from LogPlugin and convert warnings to errors. (#12046)
# Objective

Improve code quality and prevent bugs.

## Solution

I removed the unnecessary wildcards from `<LogPlugin as Plugin>::build`.

I also changed the warnings that would occur if the subscriber/logger
was already set into errors.
2024-02-27 17:17:54 +01:00
..
src Remove unnecessary wildcards from LogPlugin and convert warnings to errors. (#12046) 2024-02-27 17:17:54 +01:00
Cargo.toml Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00