forked from mirror/reqwest-middleware
moved to finish_non_exhaustive in Debug impl for ClientWithMiddleware (#27)
parent
d3fe5acf02
commit
8b8d22cafd
|
@ -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 New Issue