Skip to content

Commit ada93a2

Browse files
misc(kernel): remove feature pointer_is_aligned
* Remove the feature request for `pointer_is_aligned`, as it has now been stabilized. Signed-off-by: Anhad Singh <[email protected]>
1 parent 43aac14 commit ada93a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aero_kernel/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
maybe_uninit_write_slice, // https://github.com/rust-lang/rust/issues/79995
4242
slice_ptr_get, // https://github.com/rust-lang/rust/issues/74265
4343
maybe_uninit_as_bytes, // https://github.com/rust-lang/rust/issues/93092
44-
pointer_is_aligned, // https://github.com/rust-lang/rust/issues/96284
4544
const_trait_impl, // https://github.com/rust-lang/rust/issues/67792
4645
int_roundings, // https://github.com/rust-lang/rust/issues/88581
4746
const_ptr_is_null, // https://github.com/rust-lang/rust/issues/74939

0 commit comments

Comments
 (0)