codex: fix CI failure on PR #15237

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-19 16:11:51 -07:00
parent 48188734e2
commit c145f6726a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
pub mod methods;
mod methods_common;
pub(crate) mod methods_common;
mod methods_v1;
mod methods_v2;
pub mod protocol;