aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/src/select_all.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-lsp/src/select_all.rs')
-rw-r--r--helix-lsp/src/select_all.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/src/select_all.rs b/helix-lsp/src/select_all.rs
index 987f2a10..b0623203 100644
--- a/helix-lsp/src/select_all.rs
+++ b/helix-lsp/src/select_all.rs
@@ -119,7 +119,7 @@ where
I: IntoIterator,
I::Item: Stream + Unpin,
{
- let mut set = SelectAll::new();
+ let set = SelectAll::new();
for stream in streams {
set.push(stream);