From 5ba9241a31246234f42dcd6a5345a2f38dd170d2 Mon Sep 17 00:00:00 2001
From: Araxeus <78568641+Araxeus@users.noreply.github.com>
Date: Thu, 21 Aug 2025 00:43:10 +0300
Subject: [PATCH 1/3] fix clippy errors
---
src/structs/prompt.rs | 4 ++--
src/structs/prompt_renderer.rs | 4 ++--
src/utils.rs | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/structs/prompt.rs b/src/structs/prompt.rs
index 2e93165..06c7718 100644
--- a/src/structs/prompt.rs
+++ b/src/structs/prompt.rs
@@ -52,13 +52,13 @@ impl Prompt<'_> {
/// Result contains `Some(index)` if user hit 'Enter' or `None` if user cancelled with 'Esc' or 'q'.
#[inline]
pub fn run(&self) -> io::Result