fabro/lib/crates/fabro-client
Bryan Helmkamp 2ddbe49cb8
lint: fix clippy absolute_paths & disallowed_methods after merge
- Import serde:🇩🇪:Error trait so the `custom` fn pointer uses `D::Error`
  instead of the absolute `serde:🇩🇪:Error::custom` path.
- Import `fabro_api::types::ServerSettings` / `fabro_config::UserSettings`
  directly rather than through absolute paths.
- Gate sync `std::fs::write` fixture setup in new config resolver tests
  with a file-level `#![expect(clippy::disallowed_methods, …)]`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 21:48:20 -04:00
..
src lint: fix clippy absolute_paths & disallowed_methods after merge 2026-04-22 21:48:20 -04:00
Cargo.toml feat(cli): exit with code 4 on authentication-required failures 2026-04-21 23:34:21 -04:00