We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010c292 commit 21ab5a6Copy full SHA for 21ab5a6
crates/vite_task_plan/src/lib.rs
@@ -184,6 +184,7 @@ pub trait TaskGraphLoader {
184
/// # Errors
185
/// Returns an error if task graph loading, query, or execution planning fails.
186
#[expect(clippy::future_not_send, reason = "PlanRequestParser and TaskGraphLoader are !Send")]
187
+#[expect(clippy::implicit_hasher, reason = "FxHashMap is the only hasher used in this codebase")]
188
pub async fn plan_query(
189
query_plan_request: QueryPlanRequest,
190
workspace_path: &Arc<AbsolutePath>,
0 commit comments