chore: drop stale allow(dead_code) on AgentOpenTool (registered since v0.8.33)

This commit is contained in:
Hunter B
2026-06-09 23:45:58 -07:00
parent c58ef8ddff
commit ddd5df4b9b
-1
View File
@@ -2192,7 +2192,6 @@ pub fn new_shared_subagent_manager_with_timeout(
// === Tool Implementations ===
/// Open a named background sub-agent session.
#[allow(dead_code)] // Registered by the adjacent v0.8.33 registry surface update.
pub struct AgentOpenTool {
manager: SharedSubAgentManager,
runtime: SubAgentRuntime,