Skip to content

Commit 546abf3

Browse files
committed
complete revise the architecture
1 parent 874581e commit 546abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ fn main() -> PolarsResult<()> {
5353

5454
// Print the time taken for the runs
5555
let duration = start.elapsed();
56-
println!("Time taken for runs: {:?}", duration);
56+
println!("Time taken for runs: {duration:?}");
5757
Ok(())
5858
}

0 commit comments

Comments
 (0)