]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_arena/src/lib.rs
Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor
[rust.git] / compiler / rustc_arena / src / lib.rs
index 46dbbd83d19054e2c2aaf8e4751c68a9aaf974d0..4fae5ef845f7d95a2cfb947a25daeada6e46cdf7 100644 (file)
@@ -28,7 +28,7 @@
 use std::alloc::Layout;
 use std::cell::{Cell, RefCell};
 use std::cmp;
-use std::marker::{PhantomData, Send};
+use std::marker::PhantomData;
 use std::mem::{self, MaybeUninit};
 use std::ptr::{self, NonNull};
 use std::slice;