mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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);
|
||||
|
||||
// Create connection
|
||||
client.clone().connect_async(
|
||||
client.connect_async(
|
||||
&connectable.clone(),
|
||||
Some(&cancellable.clone()),
|
||||
move |connect| match connect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue