From d79f9ca2573276742f8a946dff72f9a04e842860 Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Tue, 11 Feb 2025 09:15:54 +0300 Subject: compiler/rustc_data_structures/src/sync.rs: delete Sync and Send --- compiler/rustc_data_structures/src/sync.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_data_structures/src/sync.rs') diff --git a/compiler/rustc_data_structures/src/sync.rs b/compiler/rustc_data_structures/src/sync.rs index e93a0891f0a..37b54fe38ff 100644 --- a/compiler/rustc_data_structures/src/sync.rs +++ b/compiler/rustc_data_structures/src/sync.rs @@ -97,7 +97,6 @@ mod mode { // FIXME(parallel_compiler): Get rid of these aliases across the compiler. -pub use std::marker::{Send, Sync}; pub use std::sync::OnceLock; // Use portable AtomicU64 for targets without native 64-bit atomics #[cfg(target_has_atomic = "64")] -- cgit 1.4.1-3-g733a5