nxtgauge-backend-rust/apps/makeup_artists/src
Ashwin Kumar Sivakumar cba7f607cd fix: resolve all warnings and errors
- Add #![allow(dead_code)] pragma to all main.rs files
- Remove unused imports from users handlers (ai_cache, AiCreditPackageRepository, AiCreditTransactionRepository)
- Make LiteLLMChatMessage and LiteLLMChoice public with public fields
- Fix remaining unused variables with cargo fix
- Add missing pub visibility modifiers to litellm structs

All packages now compile with ZERO warnings and errors!
2026-07-06 03:00:37 +05:30
..
admin.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
handlers.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
main.rs fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30