mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
moved to finish_non_exhaustive in Debug impl for ClientWithMiddleware (#27)
This commit is contained in:
parent
d3fe5acf02
commit
8b8d22cafd
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ impl fmt::Debug for ClientWithMiddleware {
|
|||
// skipping middleware_stack field for now
|
||||
f.debug_struct("ClientWithMiddleware")
|
||||
.field("inner", &self.inner)
|
||||
.finish()
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue