Re: [PATCH v4 3/7] rust: time: add Delta::as_millis_ceil()
FUJITA Tomonori <[email protected]> Thu, 06 Aug 2026 16:41:04 +0900 (JST)
| Newsgroups | org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 05 Aug 2026 14:47:14 +0200 Andreas Hindborg <[email protected]> wrote: > FUJITA Tomonori <[email protected]> writes: > >> From: FUJITA Tomonori <[email protected]> >> >> Add a ceiling variant, mirroring the existing as_micros_ceil() since >> the existing as_millis() truncates towards zero. >> >> Signed-off-by: FUJITA Tomonori <[email protected]> > > Won't this change hit the same bug you fixed in [1]? Oops, my bad. I've just sent v5. Thanks!