thanks @SomeoneToIgnore for saving my ass

Piotr Osiewicz created

Change summary

crates/agent/src/thread_store.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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(),