Re: [PATCH v8 2/7] rust: time: Introduce Delta type

From: Miguel Ojeda
Date: Thu Jan 16 2025 - 07:44:32 EST


On Thu, Jan 16, 2025 at 1:00 PM FUJITA Tomonori
<fujita.tomonori@xxxxxxxxx> wrote:
>
> I dropped as_millis() method in v4 because I followed the rule, don't
> add an API that may not be used.

Yeah, please mention the intended/expected use case in the commit
message so that it is clear, and then it should be OK (at least for
something simple like `as_millis()` here).

Thanks!

Cheers,
Miguel