uv/crates/puffin-dev
konsti e0cdf1a16f
Use anstream consistently and remove clippy lints (#1260)
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.
2024-02-06 22:16:26 +01:00
..
src Use anstream consistently and remove clippy lints (#1260) 2024-02-06 22:16:26 +01:00
.gitignore Start puffin-dev (#193) 2023-10-26 09:17:22 +00:00
Cargo.toml Add a `BENCHMARKS.md` with rendered benchmarks (#1211) 2024-01-31 20:11:52 +00:00
builder.dockerfile Add Puffin Docker image (#985) 2024-01-18 20:21:31 -05:00
test_sdist_building.sh Start puffin-dev (#193) 2023-10-26 09:17:22 +00:00