You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix: restore Arc import for service initialization
Re-add Arc import that was accidentally removed during clippy warning cleanup.
Services like AttendanceService, AuthenService, ImService, and SearchService
require Arc<Config> for initialization, causing compilation errors when
building with --all-features.
Fixes:
- Arc::new() compilation errors in service initialization
- Enables successful builds with both --no-default-features and --all-features
0 commit comments