Skip to content

Commit

Permalink
fix: enable_io in tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 31, 2023
1 parent ecb9302 commit a5d4f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use dprint_plugin_exec::handler::ExecHandler;
fn main() -> Result<()> {
let rt = tokio::runtime::Builder::new_current_thread()
.enable_time()
.enable_io()
.build()
.unwrap();

Expand Down

0 comments on commit a5d4f88

Please sign in to comment.