From 811f58cc9aebe54dce7ea7b1d98aeefe1e04c61e Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Tue, 29 Jun 2021 21:09:43 +0200 Subject: [PATCH] Add #![no_std]. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index fdc683541c..1da1594a97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![no_std] //! A super simple initfs, only meant to be loaded into RAM by the bootloader, and then directly be //! read.