Skip to content

Commit c4d3563

Browse files
committed
Also remove the no_sanitize feature for std
1 parent 068a332 commit c4d3563

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@
312312
#![feature(needs_panic_runtime)]
313313
#![feature(negative_impls)]
314314
#![feature(never_type)]
315-
#![feature(no_sanitize)]
316315
#![feature(optimize_attribute)]
317316
#![feature(prelude_import)]
318317
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)