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