From 29f836f28187af9d84b07a3afee522b9414c3581 Mon Sep 17 00:00:00 2001 From: rzuasti Date: Sat, 30 May 2026 10:00:13 -0400 Subject: [PATCH] Updated CLAUDE.md to avoid aliases in imports in Rust --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 84b6b97..c2a0b5e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,3 +54,4 @@ For Flutter/Dart code: - 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 - 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