mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-21 01:05:26 -04:00
test(server): fix unused result from block_on
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ mod response_body_lengths {
|
||||
})
|
||||
.map(|_| ())
|
||||
.map_err(|_e| ())
|
||||
}));
|
||||
})).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user