about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBastian Kersting <bastian@cmbt.de>2025-04-16 00:14:10 +0200
committerBastian Kersting <bastian@cmbt.de>2025-04-16 00:14:10 +0200
commitc4d35635545ba9fb6d5f4a1652b4520c7da3fca0 (patch)
tree4330fefc70563e5d560f20307855dd6e591f4178
parent068a33245981765c3678434d5bcb71bd63d5598a (diff)
downloadrust-c4d35635545ba9fb6d5f4a1652b4520c7da3fca0.tar.gz
rust-c4d35635545ba9fb6d5f4a1652b4520c7da3fca0.zip
Also remove the no_sanitize feature for std
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 5c381181218..3a52b779037 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -312,7 +312,6 @@
 #![feature(needs_panic_runtime)]
 #![feature(negative_impls)]
 #![feature(never_type)]
-#![feature(no_sanitize)]
 #![feature(optimize_attribute)]
 #![feature(prelude_import)]
 #![feature(rustc_attrs)]