mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
chore: upgrade to rust 1.58 (#13377)
This commit is contained in:
parent
903cb48fe9
commit
ad224f53c7
17 changed files with 29 additions and 46 deletions
|
@ -956,6 +956,7 @@ impl hyper::server::accept::Accept for HyperAcceptor<'_> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::non_send_fields_in_send_ty)]
|
||||
unsafe impl std::marker::Send for HyperAcceptor<'_> {}
|
||||
|
||||
async fn wrap_redirect_server() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue