Compilation Warning: unused constant

Open 💬 0 comments Opened Apr 15, 2026 by wthernani

warning: constant LOGIN_ISSUER_OVERRIDE_ENV_VAR is never used
--> app-server/src/codex_message_processor.rs:364:7
|
364 | const LOGIN_ISSUER_OVERRIDE_ENV_VAR: &str = "CODEX_APP_SERVER_LOGIN_ISSUER";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

View original on GitHub ↗