remove duplicate (#5724)

This commit is contained in:
centdix
2025-05-12 09:32:12 +02:00
committed by GitHub
parent 4bf2c38cbf
commit eca587ddf4
-4
View File
@@ -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