Skip to content

Commit

Permalink
Use the trait
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Apr 29, 2023
1 parent 99c2b41 commit d3bd9e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cubeway/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use cubeway::run;
use pollster::FutureExt;

fn main() {
pollster::block_on(run());
run().block_on();
}

0 comments on commit d3bd9e7

Please sign in to comment.