Commit c78b1a4
authored
bevy_log: scope print_stderr expectation to the eprintln call (#24191)
# Objective
- `cargo clippy -p bevy_log --no-deps -- -D warnings`
- print is only used if the trace feature is on
## Solution
- scope the expect to the print
## Testing
- CI1 parent c50521c commit c78b1a4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | 296 | | |
298 | 297 | | |
299 | 298 | | |
300 | 299 | | |
301 | 300 | | |
302 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
0 commit comments