summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_driver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/io_driver.rs')
-rw-r--r--tokio/tests/io_driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/io_driver.rs b/tokio/tests/io_driver.rs
index b85abd8c..d4f4f8d4 100644
--- a/tokio/tests/io_driver.rs
+++ b/tokio/tests/io_driver.rs
@@ -45,7 +45,7 @@ fn test_drop_on_notify() {
// shutting down. Then, when the task handle is dropped, the task itself is
// dropped.
- let mut rt = runtime::Builder::new()
+ let rt = runtime::Builder::new()
.basic_scheduler()
.enable_all()
.build()