Re: [PATCH] rust: hrtimer: add active() method to query timer state

From: FUJITA Tomonori

Date: Fri Feb 27 2026 - 21:23:16 EST


On Sun, 15 Feb 2026 21:59:57 +0100
Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:

> On Sun, Feb 15, 2026 at 9:30 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>>
>> + /// Query the state of the timer.
>> + ///
>> + /// Returns `true` if the timer is in the started or running states.
>
> [`true`]

Should we use intra-doc links for true/flase? Currently, rust/kernel
doesn't seem to use them. Seems that Rust std library isn't consistent
on this either.