Skip to content

Commit 6ed7472

Browse files
snowmeadclaude
andcommitted
fix: Add missing HashMap import to task_manager
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 606b82f commit 6ed7472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust-docs-mcp/src/cache/task_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//! Each caching operation gets a unique task ID and can be monitored, cancelled, or cleared.
55
66
use dashmap::DashMap;
7+
use std::collections::HashMap;
78
use std::sync::Arc;
89
use std::time::SystemTime;
910
use tokio_util::sync::CancellationToken;

0 commit comments

Comments
 (0)