self-reivew

This commit is contained in:
Matt Wildoer 2025-11-25 15:18:04 -08:00
parent 520f42ea31
commit 155bdfa99f
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ pub struct OptionsWire {
environments: Option<SupportedEnvironments>,
required_environments: Option<SupportedEnvironments>,
// NOTE: These fields should be kept in-sync with `ToolUv` in
// NOTE(charlie): These fields should be kept in-sync with `ToolUv` in
// `crates/uv-workspace/src/pyproject.rs`. The documentation lives on that struct.
// They're only respected in `pyproject.toml` files, and should be rejected in `uv.toml` files.
conflicts: Option<serde::de::IgnoredAny>,