Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
harlleybastos committed Jul 21, 2023
1 parent 56f63b6 commit c899257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use reqwest::Error;
use serde_derive::Deserialize;
use reqwest::Error;

#[derive(Deserialize, Debug)]
struct Summoner {
Expand Down Expand Up @@ -36,3 +36,4 @@ async fn main() -> Result<(), Error> {

Ok(())
}

0 comments on commit c899257

Please sign in to comment.