diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-15 01:10:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 07:10:12 +0100 |
commit | ad224f53c798e8417a63d98daeaf3cadc199666c (patch) | |
tree | f323be53d4f5b4289cd04296af1d35028dc23b15 /test_util/src/lib.rs | |
parent | 903cb48fe94bbbb0c43f17cf51e84a5583ddb728 (diff) |
chore: upgrade to rust 1.58 (#13377)
Diffstat (limited to 'test_util/src/lib.rs')
-rw-r--r-- | test_util/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index 9eb58d91a..6182622c9 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -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() { |