Re: [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta

From: Miguel Ojeda
Date: Wed Oct 23 2024 - 06:59:32 EST


On Wed, Oct 23, 2024 at 8:51 AM FUJITA Tomonori
<fujita.tomonori@xxxxxxxxx> wrote:
>
> Can we add the above to Documentation/rust/coding-guidelines.rst?

Sounds good to me -- I will send a patch.

Just to confirm, do you mean the whole operators overloading guideline
that I mentioned elsewhere and what semantics the arithmetic operators
should have (i.e.to avoid having to repeatedly document why operator
do "not supposed to wrap" and why we relegate saturating/wrapping/...
to methods), or something else?

Thanks!

Cheers,
Miguel