mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
default_settings_path() and active_settings_path() always return a value (Home::from_env() never fails), so unwrap_or_else fallbacks to ".fabro/settings.toml" were dead code. Change both functions to return PathBuf instead of Option<PathBuf> and remove the unreachable branches in server_client, serve, and user config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||