summaryrefslogtreecommitdiffstats
path: root/tests-integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests-integration')
-rw-r--r--tests-integration/tests/rt_shell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-integration/tests/rt_shell.rs b/tests-integration/tests/rt_shell.rs
index 392c0519..012f44a7 100644
--- a/tests-integration/tests/rt_shell.rs
+++ b/tests-integration/tests/rt_shell.rs
@@ -18,7 +18,7 @@ fn basic_shell_rt() {
});
for _ in 0..1_000 {
- let mut rt = runtime::Builder::new().build().unwrap();
+ let rt = runtime::Builder::new().build().unwrap();
let (tx, rx) = oneshot::channel();