From eca587ddf4d74c5b3a247638c1c714c7314fefce Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 12 May 2025 09:32:12 +0200 Subject: [PATCH] remove duplicate (#5724) --- .cursor/rules/rust-best-practices.mdc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cursor/rules/rust-best-practices.mdc b/.cursor/rules/rust-best-practices.mdc index 8ab8a35c13..e8511c67d4 100644 --- a/.cursor/rules/rust-best-practices.mdc +++ b/.cursor/rules/rust-best-practices.mdc @@ -3,10 +3,6 @@ description: globs: backend/**/*.rs alwaysApply: false --- ---- -description: Rust best practices for the Windmill backend, covering code organization, error handling, performance optimizations, and common patterns to follow when adding new code. -globs: **/*.rs ---- # Windmill Backend - Rust Best Practices ## Project Structure