We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc03f4 commit eaf8e75Copy full SHA for eaf8e75
src/main.rs
@@ -53,5 +53,6 @@ fn main() -> PolarsResult<()> {
53
// Print the time taken for the runs
54
let duration = start.elapsed();
55
println!("Time taken for runs: {duration:?}");
56
+
57
Ok(())
58
}
0 commit comments