We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18e635 commit cb12b18Copy full SHA for cb12b18
crates/vite_task/src/session/reporter/labeled.rs
@@ -588,6 +588,10 @@ mod tests {
588
reporter.new_leaf_execution(path)
589
}
590
591
+ #[expect(
592
+ clippy::future_not_send,
593
+ reason = "LeafExecutionReporter futures are !Send in single-threaded reporter tests"
594
+ )]
595
async fn suggestion_for_path(
596
graph: ExecutionGraph,
597
path: &LeafExecutionPath,
0 commit comments