mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: don't clone at the end of select_buffer
This commit is contained in:
parent
889f745dd4
commit
f1b8d83bac
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pub async fn select_buffer(
|
||||||
for t in tasks {
|
for t in tasks {
|
||||||
t.abort();
|
t.abort();
|
||||||
}
|
}
|
||||||
return Ok(x.clone());
|
return Ok(x);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue