From c9972c2972cd069a881244772964d06bb6a19449 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:04:56 +0200 Subject: [PATCH] thanks @SomeoneToIgnore for saving my ass --- crates/agent/src/thread_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent/src/thread_store.rs b/crates/agent/src/thread_store.rs index ce5487d7040895bbffbc1d079974b1ec42dcab7e..2139f232e3e99b1affb78928dec70e1aaef2a03a 100644 --- a/crates/agent/src/thread_store.rs +++ b/crates/agent/src/thread_store.rs @@ -74,7 +74,7 @@ impl Column for DataType { } } -const RULES_FILE_NAMES: LazyLock<[&RelPath; 9]> = LazyLock::new(|| { +static RULES_FILE_NAMES: LazyLock<[&RelPath; 9]> = LazyLock::new(|| { [ RelPath::unix(".rules").unwrap(), RelPath::unix(".cursorrules").unwrap(),