Skip to content

Commit b83aa1d

Browse files
feat(kern): remove const_ptr_is_null, strict_provenance as they have
been stabilised Signed-off-by: Anhad Singh <[email protected]>
1 parent c5f8114 commit b83aa1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/aero_kernel/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@
4141
maybe_uninit_as_bytes, // https://github.com/rust-lang/rust/issues/93092
4242
const_trait_impl, // https://github.com/rust-lang/rust/issues/67792
4343
int_roundings, // https://github.com/rust-lang/rust/issues/88581
44-
const_ptr_is_null, // https://github.com/rust-lang/rust/issues/74939
4544
naked_functions, // https://github.com/rust-lang/rust/issues/32408
4645
cfg_match, // https://github.com/rust-lang/rust/issues/115585
47-
strict_provenance,
4846
associated_type_defaults,
4947
trait_upcasting,
5048
new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396

0 commit comments

Comments
 (0)