Skip to content

Commit

Permalink
are you happy now Rust???
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 9, 2024
1 parent 53b68bc commit 2893da0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rust/src/router/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ async fn init() -> Worker {
let worker_manager = WorkerManager::new();

worker_manager
.create_worker({
let mut settings = WorkerSettings::default();
settings.enable_liburing = false;

settings
.create_worker(WorkerSettings {
enable_liburing: false,
..WorkerSettings::default()
})
.await
.expect("Failed to create worker")
Expand Down

0 comments on commit 2893da0

Please sign in to comment.