Skip to content

Commit 3b027f6

Browse files
committed
build - solve the error reported by the following method when compiling in Ubuntu
1 parent 3b8bc87 commit 3b027f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/execution/executor_graph.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ impl ExecutorGraph {
196196
Ok(())
197197
}
198198

199+
#[allow(invalid_reference_casting)]
199200
pub async fn init_schedule_event_queue(&self, global_execution_queue: &mut ExecutionQueue) {
200201
// Schedule source node.
201202
for node_idx in self.graph.externals(Direction::Outgoing) {

0 commit comments

Comments
 (0)