Rust compiler fixes again
This commit is contained in:
parent
20725047b9
commit
4e0ef585bf
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
use std::fs;
|
||||
use std::path::Path;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde::Deserialize;
|
||||
use reqwest::blocking::Client;
|
||||
use std::error::Error;
|
||||
|
||||
|
|
Loading…
Reference in a new issue