storage.rs and google_tasks.rs had near-identical sanitize_filename implementations. Extract the shared logic to a crate-level function so both modules reuse it. The google_tasks version also gains Windows reserved device name handling it previously lacked. https://claude.ai/code/session_013ooJht2HrZUTXgNJFU79cV |
||
|---|---|---|
| .. | ||
| config.rs | ||
| error.rs | ||
| google_tasks.rs | ||
| lib.rs | ||
| models.rs | ||
| repository.rs | ||
| storage.rs | ||
| sync.rs | ||
| webdav.rs | ||