mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
fix: suppress clippy violations that raced with #16351
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user