From eed6c0f81290d3d55975dd2de2317c811e8e8bb1 Mon Sep 17 00:00:00 2001 From: echobt <154886644+echobt@users.noreply.github.com> Date: Thu, 20 Aug 2026 15:11:53 +0000 Subject: [PATCH] fix(prism-store): backtick llm_infra and ast_infra in clippy docs Unblocks main CI after #185/#187 so images and prod promote can run. --- crates/prism-store/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/prism-store/src/store.rs b/crates/prism-store/src/store.rs index fde238585..84d861135 100644 --- a/crates/prism-store/src/store.rs +++ b/crates/prism-store/src/store.rs @@ -40,7 +40,7 @@ pub trait PrismStore: Send + Sync + std::fmt::Debug { /// post-run infra retry resumes without another GPU run; an incomplete /// measure attempt is cleared so provisioning starts cleanly. /// `bump_retry` increments `retry_count` and clears similarity/review - /// (manual / llm_infra / ast_infra). Pass `false` for Lium 429 / + /// (manual / `llm_infra` / `ast_infra`). Pass `false` for Lium 429 / /// `no_capacity` so pre-pod screens stay and are not re-billed. async fn reset_for_retry( &self,