Skip to content

Commit ad2a274

Browse files
committed
fixup! Add safety dependency to alloc and std crates
1 parent 997ea6d commit ad2a274

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
#![feature(inplace_iteration)]
131131
#![feature(iter_advance_by)]
132132
#![feature(iter_next_chunk)]
133+
#![feature(kani)]
133134
#![feature(layout_for_ptr)]
134135
#![feature(local_waker)]
135136
#![feature(maybe_uninit_slice)]

library/std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
270270
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
271271
#![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]
272+
#![feature(kani)]
272273
//
273274
// Language features:
274275
// tidy-alphabetical-start

0 commit comments

Comments
 (0)