mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra ref clone
This commit is contained in:
parent
51a9f12f89
commit
591032e349
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ impl Page {
|
||||||
let connectable = NetworkAddress::new(&uri.host().unwrap(), 1965);
|
let connectable = NetworkAddress::new(&uri.host().unwrap(), 1965);
|
||||||
|
|
||||||
// Create connection
|
// Create connection
|
||||||
client.clone().connect_async(
|
client.connect_async(
|
||||||
&connectable.clone(),
|
&connectable.clone(),
|
||||||
Some(&cancellable.clone()),
|
Some(&cancellable.clone()),
|
||||||
move |connect| match connect {
|
move |connect| match connect {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue