From 2a346d96a6df8cfb88ceb04049dc29f45c348089 Mon Sep 17 00:00:00 2001 From: echobt <154886644+echobt@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:01:58 +0000 Subject: [PATCH] fix(prism): backtick no_capacity in clippy docs Unblocks main CI after the Lium queue merge so prod can tag. --- bins/prism-challenge/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bins/prism-challenge/src/main.rs b/bins/prism-challenge/src/main.rs index e613075d9..0a49847c1 100644 --- a/bins/prism-challenge/src/main.rs +++ b/bins/prism-challenge/src/main.rs @@ -782,7 +782,7 @@ fn spawn_orchestrator( spawn_rate_limit_recovery(store, gating); } -/// Re-queue failed Lium 429 (6h window) and no_capacity / B200 sold-out rows. +/// Re-queue failed Lium 429 (6h window) and `no_capacity` / B200 sold-out rows. async fn recover_rate_limited( store: &Arc, gating: Option<&Arc>,