Skip to content

Commit 93c2a82

Browse files
committed
fix(bench-vortex): Add missing Future import to random_access.rs
1 parent 634aa11 commit 93c2a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench-vortex/src/bin/random_access.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
use std::fs::File;
5+
use std::future::Future;
56
use std::io::{Write, stdout};
67
use std::path::PathBuf;
78

0 commit comments

Comments
 (0)