mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra reference
This commit is contained in:
parent
67f2eace55
commit
65237abee0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ impl Page {
|
||||||
|
|
||||||
let status = Rc::new(RefCell::new(Status::New { time: now() }));
|
let status = Rc::new(RefCell::new(Status::New { time: now() }));
|
||||||
|
|
||||||
let client = Rc::new(Client::init(&profile, {
|
let client = Rc::new(Client::init(profile, {
|
||||||
let id = id.clone();
|
let id = id.clone();
|
||||||
let status = status.clone();
|
let status = status.clone();
|
||||||
let update = browser_action.update.clone();
|
let update = browser_action.update.clone();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue