chore: enable await-holding clippy lints (#18698)

Follow-up to https://github.com/openai/codex/pull/18178, where we said
the await-holding clippy rule would be enabled separately.

Enable `await_holding_lock` and `await_holding_invalid_type` after the
preceding commits fixed or explicitly documented the current offenders.
This commit is contained in:
Michael Bolin
2026-04-20 23:06:05 -07:00
committed by GitHub
Unverified
parent d62421d322
commit 1dcea729d3
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -383,6 +383,8 @@ zeroize = "1.8.2"
rust = {}
[workspace.lints.clippy]
await_holding_invalid_type = "deny"
await_holding_lock = "deny"
expect_used = "deny"
identity_op = "deny"
manual_clamp = "deny"