From c268d8ac28065717a9cf2e804f3752a3a84ea205 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Tue, 23 Jun 2026 23:11:55 +0530 Subject: [PATCH] fix: clippy errors in new documentedation of code in device mod --- src/device/rescue/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/rescue/mod.rs b/src/device/rescue/mod.rs index 75e5e70..6514bf9 100644 --- a/src/device/rescue/mod.rs +++ b/src/device/rescue/mod.rs @@ -628,7 +628,7 @@ pub fn write_config(config: AppConfigInput) -> Result { /// /// # Arguments /// * `to_bootsel` - If `true`, device enters UF2 bootloader mode for firmware flashing. -/// If `false`, device performs a normal reboot into FIDO mode. +/// If `false`, device performs a normal reboot into FIDO mode. /// /// # Returns /// A confirmation string if the reboot command was accepted.