Updated CLAUDE.md to avoid aliases in imports in Rust

This commit is contained in:
rzuasti
2026-05-30 10:00:13 -04:00
parent d60e8a7e2e
commit 29f836f281
+1
View File
@@ -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