mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Updated CLAUDE.md to avoid aliases in imports in Rust
This commit is contained in:
@@ -54,3 +54,4 @@ For Flutter/Dart code:
|
|||||||
- When adding a new API endpoint, ALWAYS wire it to the OpenAPI generation
|
- When adding a new API endpoint, ALWAYS wire it to the OpenAPI generation
|
||||||
- When adding a significant chunk of new code (either Rust or Dart), run the corresponding linter
|
- When adding a significant chunk of new code (either Rust or Dart), run the corresponding linter
|
||||||
- In the frontend, use the UISnackbars component to display messages to the user that do not require action on their part.
|
- In the frontend, use the UISnackbars component to display messages to the user that do not require action on their part.
|
||||||
|
- In the backend Rust code, avoid import aliases ("use ... as ...") unless necessary
|
||||||
|
|||||||
Reference in New Issue
Block a user