uv/crates/uv-torch
konsti 5d37c7ecc5
Apply first set of Rustfmt edition 2024 changes (#13478)
Rustfmt introduces a lot of formatting changes in the 2024 edition. To
not break everything all at once, we split out the set of formatting
changes compatible with both the 2021 and 2024 edition by first
formatting with the 2024 style, and then again with the currently used
2021 style.

Notable changes are the formatting of derive macro attributes and lines
with overly long strings and adding trailing semicolons after statements
consistently.
2025-05-16 20:19:02 -04:00
..
src Apply first set of Rustfmt edition 2024 changes (#13478) 2025-05-16 20:19:02 -04:00
Cargo.toml Disallow mixing requirements across PyTorch indexes (#13179) 2025-04-28 20:06:18 +00:00