fix: suppress clippy violations that raced with #16351

This commit is contained in:
Michael Bolin
2026-03-31 17:25:29 -07:00
parent 2e942ce830
commit 201fc3847b

View File

@@ -558,6 +558,7 @@ impl HistoryCell for StatusHistoryCell {
.collect();
let mut seen: BTreeSet<String> = labels.iter().cloned().collect();
let thread_name = self.thread_name.as_deref().filter(|name| !name.is_empty());
#[expect(clippy::expect_used)]
let rate_limit_state = self
.rate_limit_state
.read()