Re: [PATCH 12/13] rust: kernel: remove unneeded doclink targets

From: Trevor Gross
Date: Wed Jan 17 2024 - 20:15:01 EST


On Tue, Jan 16, 2024 at 7:16 PM Valentin Obst <kernel@xxxxxxxxxxxxxxx> wrote:
>
> Remove explicit targets for doclinks in cases where rustdoc can
> determine the correct target by itself. The goal is to reduce verbosity
> in the source code.
>
> Signed-off-by: Valentin Obst <kernel@xxxxxxxxxxxxxxx>
> ---
> rust/kernel/workqueue.rs | 10 ----------
> 1 file changed, 10 deletions(-)

Perhaps "reduce verbosity" -> "reduce unneeded verbosity" in the commit message?

Reviewed-by: Trevor Gross <tmgross@xxxxxxxxx>