bevy/tools/example-showcase
Cyrill Schenkel 8570af1d96
Add print_stdout and print_stderr lints (#17446) (#18233)
# Objective

- Prevent usage of `println!`, `eprintln!` and the like because they
require `std`
- Fixes #17446

## Solution

- Enable the `print_stdout` and `print_stderr` clippy lints
- Replace all `println!` and `eprintln!` occurrences with `log::*` where
applicable or alternatively ignore the warnings

## Testing

- Run `cargo clippy --workspace` to ensure that there are no warnings
relating to printing to `stdout` or `stderr`
2025-03-11 19:35:48 +00:00
..
src Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
asset-source-website.patch
Cargo.toml Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
disable-audio.patch Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
extra-window-resized-events.patch update CI patch for EventWriter::send deprecation (#18044) 2025-02-26 20:36:15 +00:00
fixed-window-position.patch
reduce-light-cluster-config.patch
remove-desktop-app-mode.patch Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
window-settings-wasm.patch Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00