Files
calendar/frontend/src/services/mod.rs
Connor Johnstone 970b0a07da Fix compiler warnings
- Remove unused import in auth handler
- Remove unused PreferencesService export
- Fix unused mutable variable in preferences
- Remove unused display_name method from Style enum
- Add dead_code attributes for future preferences service

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 10:38:13 -04:00

5 lines
91 B
Rust

pub mod calendar_service;
pub mod preferences;
pub use calendar_service::CalendarService;