[pdm-devel] applied: [PATCH proxmox-api-types v2] docs: escape HTML delimiters
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Feb 11 15:03:39 CET 2025
applied, thanks
On Mon, Feb 10, 2025 at 02:59:02PM +0100, Maximiliano Sandoval wrote:
> Fixes the unclosed HTML tag lint.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
> Differences from v1:
> - Remove fixes in generated code.
> - Write a smaller commit message.
>
> pve-api-types/src/client/mod.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pve-api-types/src/client/mod.rs b/pve-api-types/src/client/mod.rs
> index 8832272..0de7cc3 100644
> --- a/pve-api-types/src/client/mod.rs
> +++ b/pve-api-types/src/client/mod.rs
> @@ -32,7 +32,7 @@ pub fn add_query_bool(query: &mut String, separator: &mut char, name: &str, valu
> }
> }
>
> -/// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
> +/// For `<type>-list` entries we turn an array into a string ready for perl's `split_list()` call.
> pub fn add_query_arg_string_list<T>(
> query: &mut String,
> separator: &mut char,
> --
> 2.39.5
More information about the pdm-devel
mailing list