mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra ref clone
This commit is contained in:
parent
51a9f12f89
commit
591032e349
@ -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…
x
Reference in New Issue
Block a user