mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 13:43:45 +00:00
Build backend: Add reference docs and schema (#12803)
Add reference documentation and schema integration for the uv build backend. The reference documentation comes with a preview note upfront.
This commit is contained in:
parent
2b96dbdd49
commit
da09ece8a9
18 changed files with 559 additions and 171 deletions
|
@ -291,7 +291,7 @@ fn parse_field_attributes(attribute: &Attribute) -> syn::Result<FieldAttributes>
|
|||
return Err(syn::Error::new(
|
||||
meta.path.span(),
|
||||
format!(
|
||||
"Deprecated meta {:?} is not supported by ruff's option macro.",
|
||||
"Deprecated meta {:?} is not supported by uv's option macro.",
|
||||
meta.path.get_ident()
|
||||
),
|
||||
));
|
||||
|
@ -332,7 +332,7 @@ fn parse_deprecated_attribute(attribute: &Attribute) -> syn::Result<DeprecatedAt
|
|||
return Err(syn::Error::new(
|
||||
meta.path.span(),
|
||||
format!(
|
||||
"Deprecated meta {:?} is not supported by ruff's option macro.",
|
||||
"Deprecated meta {:?} is not supported by uv's option macro.",
|
||||
meta.path.get_ident()
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue