Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 561668b

Browse files
committed
More fixes for fallible allocations.
1 parent 5b3003a commit 561668b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/kpi/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! Defines the public kernel interface (i.e., system call interface)
55
//! and associated data-types.
66
#![no_std]
7-
#![feature(const_ptr_offset_from)]
87

98
#[cfg(not(target_os = "none"))]
109
extern crate alloc;

0 commit comments

Comments
 (0)