about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-04-03 15:30:01 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-04-03 15:30:01 +0000
commitfde54c2c0301be851543220ce64c74a468a17311 (patch)
treee172faefe15160cb6f61a82bb70e0f96df11c834 /library/alloc
parent13970949d135f3b0e1b9ece433c5fc230804d657 (diff)
downloadrust-fde54c2c0301be851543220ce64c74a468a17311.tar.gz
rust-fde54c2c0301be851543220ce64c74a468a17311.zip
Fix testing with randomized layouts enabled
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
index b729d5e116d..1d2dd1e6081 100644
--- a/library/alloc/Cargo.toml
+++ b/library/alloc/Cargo.toml
@@ -36,5 +36,4 @@ check-cfg = [
     'cfg(no_global_oom_handling)',
     'cfg(no_rc)',
     'cfg(no_sync)',
-    'cfg(randomized_layouts)',
 ]