mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
import_legacy_blobs_into and verify_legacy_blobs_in took a &BlobStore and extracted its pool through sqlite_pool_for_legacy_import, an Option that was statically always Some in production (the None arm existed only for the test-only Slate backend). That accessor forced a clippy unnecessary_wraps suppression and two WrongTargetBackend error variants no production caller could ever hit, and the activation path round-tripped a pool it already owned through a BlobStore it had just built. Both functions now take &SqlitePool, deleting the accessor, the suppression, both unreachable variants, and their rejection test. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||