diff options
| author | Askar Safin <safinaskar@mail.ru> | 2025-02-11 09:15:54 +0300 |
|---|---|---|
| committer | Askar Safin <safinaskar@mail.ru> | 2025-02-11 09:15:54 +0300 |
| commit | d79f9ca2573276742f8a946dff72f9a04e842860 (patch) | |
| tree | 8406f390e481a6b9bd16a3cf0d91647060520692 /compiler/rustc_data_structures/src/sync.rs | |
| parent | 4a2c7f48b52fe9ecb34d3e406b12a99ba8de4042 (diff) | |
| download | rust-d79f9ca2573276742f8a946dff72f9a04e842860.tar.gz rust-d79f9ca2573276742f8a946dff72f9a04e842860.zip | |
compiler/rustc_data_structures/src/sync.rs: delete Sync and Send
Diffstat (limited to 'compiler/rustc_data_structures/src/sync.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/sync.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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")] |
