fix: unreachable DbPool match arm for workspace feature unification

This commit is contained in:
2026-07-12 04:39:06 +02:00
parent f6b2481758
commit 031cba5cfb
2 changed files with 0 additions and 2 deletions

View File

@@ -210,7 +210,6 @@ fn wire_repositories(pool: &DbPool) -> anyhow::Result<WireOutput> {
provider_config_query: w.provider_config_query,
})
}
#[cfg(not(any(feature = "sqlite", feature = "postgres")))]
_ => anyhow::bail!("database backend not compiled into this binary"),
}
}