bevy/tools
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
..
build-easefunction-graphs Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
build-templated-pages Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
build-wasm-example Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
ci Add no_std support to bevy (#17955) 2025-03-07 03:39:46 +00:00
compile_fail_utils Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
example-showcase Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
publish.sh Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00