-
-
Notifications
You must be signed in to change notification settings - Fork 1
Draft: Download manager #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
dbbe919
748106a
c5479b8
9c29890
ad41c23
447be8e
395ced4
1bf7bfd
9adb239
b9911b8
9f25867
c313200
926d2fc
3fe1e92
49d4f60
7973137
31f5218
d96688d
3a14a0d
5566d67
2aac716
9251524
0670468
ce05710
633b752
09b47b6
4803c51
9e9b298
987beaa
c550480
8354cc9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ pub enum Error { | |
Serde(#[from] serde_json::Error), | ||
#[error("Reqwest: {0}")] | ||
Reqwest(#[from] reqwest::Error), | ||
#[error("Oneshot: {0}")] | ||
Oneshot(#[from] tokio::sync::oneshot::error::RecvError), | ||
Comment on lines
+12
to
+13
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't like having to add this specific error type. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe, not sure, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess we can add |
||
} |
Uh oh!
There was an error while loading. Please reload this page.