Re: [PATCH] rust: Remove erronous blockquote in coding guidelines

From: Miguel Ojeda
Date: Fri Aug 16 2024 - 05:34:29 EST


On Fri, Aug 16, 2024 at 11:26 AM Vincent Woltmann <vincent@xxxxxxxxxxxx> wrote:
>
> - While sometimes the reason might look trivial and therefore unneeded,
> - writing these comments is not just a good way of documenting what has been
> - taken into account, but most importantly, it provides a way to know that
> - there are no *extra* implicit constraints.
> +While sometimes the reason might look trivial and therefore unneeded,
> +writing these comments is not just a good way of documenting what has been
> +taken into account, but most importantly, it provides a way to know that
> +there are no *extra* implicit constraints.

Doesn't this part of the change make the paragraph be outside its bullet?

Thanks for the patch!

Cheers,
Miguel