[wip] impl Client for ureq::Agent
- clippy fix
This commit is contained in:
parent
ed10f269c8
commit
2edc690331
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ impl fmt::Debug for AppState {
|
|||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
f.debug_struct("AppState")
|
||||
.field("inner", &self.inner)
|
||||
.finish()
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ impl CacheFile {
|
|||
|
||||
pub fn from_args(args: &Cli, share_id: String) -> Self {
|
||||
Self {
|
||||
file_name: Self::cache_file(&args),
|
||||
file_name: Self::cache_file(args),
|
||||
uri: args.get_uri(),
|
||||
alias_id: args.alias.clone(),
|
||||
share_id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue