uv/crates/uv-workspace
Charlie Marsh 4a21daff49
Don't drop comments between items in TOML tables (#9784)
## Summary

If you look at Ed's reply
[here](https://github.com/toml-rs/toml/issues/818#issuecomment-2532626305),
it sounds like we're being too heavy-handed in applying `.fmt()`. I
think I added this to handle an issue with inline tables whereby we were
inserting a space after a trailing comma? So now I'm just applying
`.fmt()` to inline tables, which don't allow comments between elements
anyway.

Closes https://github.com/astral-sh/uv/issues/9758.
2024-12-10 14:59:13 -05:00
..
src Don't drop comments between items in TOML tables (#9784) 2024-12-10 14:59:13 -05:00
Cargo.toml Enable --all-packages --frozen in uv sync and uv export (#8760) 2024-11-02 02:48:55 +00:00