Fix a typo (#17056)

This commit is contained in:
Zanie Blue 2025-12-09 15:49:52 -06:00 committed by GitHub
parent 69910b4aab
commit eca36eed08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ fn validate_uv_toml(path: &Path, options: &Options) -> Result<(), Error> {
/// Validate that an [`Options`] contains no fields that `uv.toml` would mask /// Validate that an [`Options`] contains no fields that `uv.toml` would mask
/// ///
/// This is essentially the inverse of [`validated_uv_toml`][]. /// This is essentially the inverse of [`validate_uv_toml`].
fn warn_uv_toml_masked_fields(options: &Options) { fn warn_uv_toml_masked_fields(options: &Options) {
let Options { let Options {
globals: globals: