tree-wide: use 'dyn' for all trait objects
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -315,7 +315,7 @@ impl HttpClient {
|
||||
server: String,
|
||||
username: String,
|
||||
password: String,
|
||||
) -> Box<Future<Item=AuthInfo, Error=Error> + Send> {
|
||||
) -> Box<dyn Future<Item=AuthInfo, Error=Error> + Send> {
|
||||
|
||||
let server2 = server.clone();
|
||||
|
||||
|
Reference in New Issue
Block a user