`FileSystemStorage::sanitize_filename` was a one-line forwarder to `crate::sanitize_filename` with a single call site in `task_file_path`. The extra method added a layer of indirection without value. Inline the crate-level call. |
||
|---|---|---|
| .. | ||
| config.rs | ||
| error.rs | ||
| google_tasks.rs | ||
| lib.rs | ||
| models.rs | ||
| repository.rs | ||
| storage.rs | ||
| sync.rs | ||
| webdav.rs | ||