Skip to content

Commit

Permalink
Removed all unwrap and replaced with expect, temporary solution, sh…
Browse files Browse the repository at this point in the history
…owing a proper popup is preferable
  • Loading branch information
LyonSyonII committed Dec 1, 2022
1 parent 55d0022 commit 0170160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl<T, E: Debug> ExpectRepo<T, E> for Result<T, E> {
}
}

use curl::easy::{Easy2, Handler, WriteError};
use curl::easy::{Handler, WriteError};

struct Collector(String);

Expand Down
Binary file modified steam-deck-tools
Binary file not shown.

0 comments on commit 0170160

Please # to comment.