mirror of https://github.com/astral-sh/uv
We need to use the anstream print macros instead of the std print macros, otherwise we risk wrong color behavior (https://github.com/astral-sh/puffin/pull/1258#discussion_r1480428236). Luckily, the `print_stderr` and `print_stdout` lints catch usages of the std prints. This PR switches over to anstream consistently and removes the now redundant clippy lints. The lints should catch missing anstream usage in the future. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| builder.dockerfile | ||
| test_sdist_building.sh | ||