mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update comment
This commit is contained in:
parent
0708e5e4a1
commit
254bf30ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pub struct Client {
|
||||||
// Shared reference to cancel async operations
|
// Shared reference to cancel async operations
|
||||||
// * keep it private to make sure that `status` member tracked properly
|
// * keep it private to make sure that `status` member tracked properly
|
||||||
cancellable: Cell<Cancellable>,
|
cancellable: Cell<Cancellable>,
|
||||||
// Redirects resolver for different protocols
|
// Redirect resolver for different protocols
|
||||||
pub redirect: Rc<Redirect>,
|
pub redirect: Rc<Redirect>,
|
||||||
// Track update status
|
// Track update status
|
||||||
status: Rc<RefCell<Status>>,
|
status: Rc<RefCell<Status>>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue