diff --git a/crates/uv-settings/src/settings.rs b/crates/uv-settings/src/settings.rs index f14ad54a4..08161a42f 100644 --- a/crates/uv-settings/src/settings.rs +++ b/crates/uv-settings/src/settings.rs @@ -2120,7 +2120,7 @@ pub struct OptionsWire { environments: Option, required_environments: Option, - // 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,