Suppress unreachable_pub warnings in twin-openai test helpers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-31 22:41:36 -04:00
parent f0ebf341db
commit 9ebb896242
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
#![allow(dead_code)]
#![allow(dead_code, unreachable_pub)]
use std::collections::HashMap;
use std::net::SocketAddr;