Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b83aa1d

Browse filesBrowse files
feat(kern): remove const_ptr_is_null, strict_provenance as they have
been stabilised Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
1 parent c5f8114 commit b83aa1d
Copy full SHA for b83aa1d

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎src/aero_kernel/src/main.rs

Copy file name to clipboardExpand all lines: src/aero_kernel/src/main.rs
-2Lines changed: 0 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.